|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.TestScriptStruct
public class 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. Because they are the root instance in a file, they are unnamed since having a name would only lead to confusion if the name didn't match the filename.
| Field Summary | |
|---|---|
protected java.lang.String |
comment
General comments about this test. |
protected java.lang.String |
configFile
The name of the configuration file to be used for this test, specified as a relative path. |
protected SandPersistMessage[] |
createdData
Data created during the testSteps, used for reference lookup purposes during test creation to allow references to resolve. |
protected SandPersistMessage[] |
initialData
The initial data used for this test, in addition to the initial data specified in the Configuration. |
protected TestStepStruct[] |
testSteps
The steps to take for this testing script. |
| Constructor Summary | |
|---|---|
TestScriptStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String comment
protected java.lang.String configFile
protected SandPersistMessage[] initialData
protected TestStepStruct[] testSteps
protected SandPersistMessage[] createdData
| Constructor Detail |
|---|
public TestScriptStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||