Public Member Functions | |
StubInputState (Ref r) | |
Create state for given stub input reference. | |
bool | MoveNext () |
Move to next alternative input value. | |
void | execute () |
Add a ValueInNode to the process if none with the current value already exists. | |
Object | getKey () |
Return the key value for the stubInputs hashtable. | |
override string | ToString () |
Properties | |
Object | Current |
Return current input value; undefined if MoveNext() returned false. | |
Private Attributes | |
Ref | r |
IEnumerator | range |
bool | added |
Node | branch |
|
Create state for given stub input reference.
|
|
Add a ValueInNode to the process if none with the current value already exists.
|
|
Return the key value for the stubInputs hashtable.
|
|
Move to next alternative input value.
|
|
|
|
|
|
|
|
|
|
|
|
Return current input value; undefined if MoveNext() returned false.
|