org.jboss.jrunit.communication.message
Class OnlineMessage

java.lang.Object
  extended byorg.jboss.jrunit.communication.message.RemoteTestMessage
      extended byorg.jboss.jrunit.communication.message.OnlineMessage
All Implemented Interfaces:
java.io.Serializable

public class OnlineMessage
extends RemoteTestMessage

Author:
Tom Elrod
See Also:
Serialized Form

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

OnlineMessage

public OnlineMessage(java.lang.String testClass)


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