org.jboss.jrunit.communication.message
Class AntQuitMessage

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

public class AntQuitMessage
extends QuitMessage

Sent by AntQuitBenchmark

Author:
clebert.suconic@jboss.com
See Also:
Serialized Form

Constructor Summary
AntQuitMessage()
           
 
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

AntQuitMessage

public AntQuitMessage()


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