Class: TestCaseDebugContext

global.TestCaseDebugContext

new TestCaseDebugContext()

A TestCaseDebugContext class.
Source:

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.
Source: