OpenTAP 9.25
API Reference
|
Provides data for the TestPlan.BreakOffered event. More...
Inherits EventArgs.
Properties | |
TestStepRun | TestStepRun [get] |
Details of the currently running (or about to be running) step. | |
bool | IsTestStepStarting [get] |
Indicates whether the this event was raised by the engine when it starts running a TestStep (true) or during the run of a TestStep from within a TestStep itself (false). More... | |
Guid? | JumpToStep [getset] |
Specifies that the current step should not be run, but instead flow control should move to another step. It is up to the test step to honor this, in some cases it will not be possible. When supported, TestStepRun.SupportsJumpTo should be set to true. | |
Provides data for the TestPlan.BreakOffered event.
|
get |
Indicates whether the this event was raised by the engine when it starts running a TestStep (true) or during the run of a TestStep from within a TestStep itself (false).
This value can also be determined as TestStepRun.Verdict == TestStep.VerdictType.Pending.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23