org.jboss.jrunit.communication.message
Class StartupMessage

java.lang.Object
  extended by org.jboss.jrunit.communication.message.RemoteTestMessage
      extended by org.jboss.jrunit.communication.message.StartupMessage
All Implemented Interfaces:
java.io.Serializable

public class StartupMessage
extends RemoteTestMessage

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
StartupMessage(java.lang.String testClass, boolean areServerTests)
           
 
Method Summary
 boolean areServerTests()
           
 
Methods inherited from class org.jboss.jrunit.communication.message.RemoteTestMessage
getTestClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupMessage

public StartupMessage(java.lang.String testClass,
                      boolean areServerTests)
Method Detail

areServerTests

public boolean areServerTests()


JRunit, a JUnit extension for distributed client/server tests.