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