org.jboss.jrunit.communication.message
Class OfflineMessage

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

public class OfflineMessage
extends RemoteTestMessage

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
OfflineMessage(java.lang.String testClass)
           
 
Method Summary
 
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

OfflineMessage

public OfflineMessage(java.lang.String testClass)


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