OpenTAP 9.24
API Reference
Properties | List of all members
OpenTap.BreakOfferedEventArgs Class 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.
 

Detailed Description

Provides data for the TestPlan.BreakOffered event.

Property Documentation

◆ IsTestStepStarting

bool OpenTap.BreakOfferedEventArgs.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).

This value can also be determined as TestStepRun.Verdict == TestStep.VerdictType.Pending.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41