|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.TestStepStruct
public class TestStepStruct
A TestStep is one step within a testing script. It consists of a triggering message condition and an action.
| Field Summary | |
|---|---|
protected TestActionStruct |
action
The action to be taken if the condition is met or unspecified. |
protected TestConditionStruct |
condition
The condition that must be met for the action in this step to be taken. |
protected java.lang.String |
name
An intuitive name for this step. |
| Constructor Summary | |
|---|---|
TestStepStruct()
|
|
| 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 name
protected TestConditionStruct condition
protected TestActionStruct action
| Constructor Detail |
|---|
public TestStepStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||