|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.structs.TestScriptStruct
A TestScript is a directive to generate and/or verify a particular
sequence of messaging events. A TestScript is typically executed by a
MessageDriver to drive activity in a deployed configuration.
TestScripts are not persistent. They are typically serialized and
loaded from their serialized form as part of the driver node startup.
Associations of TestScripts, and TestScript instances are edited from
the management interface.
| Field Summary | |
protected DeliveryStreamStruct[] |
asynchIn
This allows for testing of general information by subscribing the MessageDriver node to zero or more other nodes. |
protected SandMessage[] |
asynchOut
This allows testing of subscription listeners by connecting them to the driver as the source. |
protected ReceiveReturnStruct[] |
queriesToAccept
This allows the driver node to accept an incoming query and send a stock response. |
protected CallResponseStruct[] |
queriesToMake
This allows querying other nodes from the driver node to verify a correct response. |
protected java.lang.String |
validatorClass
Classname of the test validator. |
| Constructor Summary | |
TestScriptStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String validatorClass
protected DeliveryStreamStruct[] asynchIn
protected SandMessage[] asynchOut
protected CallResponseStruct[] queriesToMake
protected ReceiveReturnStruct[] queriesToAccept
| Constructor Detail |
public TestScriptStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||