new TestCaseDebugContext()
A TestCaseDebugContext class.
Methods
currentCommand() → {Object}
- Source:
Returns:
Current command, from
this.testCase.commands[]
.
- Type
- Object
nextCommand() → {Object}
- Source:
Returns:
Next command, from
this.testCase.commands[]
.
- Type
- Object
reset()
Reset the context.