|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.TestRunStatusStruct
public class TestRunStatusStruct
A test status reporting structure used to return the result of a test. The TestRunStatus is received by a MessageDriverNode as a signal to begin testing if it has not already started yet. It is returned with a status value when the test is complete.
| Field Summary | |
|---|---|
protected int |
status
The status of the test. |
| Constructor Summary | |
|---|---|
TestRunStatusStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int status
enumerated constant values:
SUCCESS("Success") = 0FAILED("Failed") = 1TIMEOUT("Timed Out") = 2| Constructor Detail |
|---|
public TestRunStatusStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||