OpenTAP 9.25
API Reference
|
Break condition is an 'attached property' that can be attached to any implementor of ITestStep. This ensures that the API for ITestStep does not need to be modified to support the BreakConditions feature. More...
Static Public Member Functions | |
static void | SetBreakCondition (ITestStepParent step, BreakCondition condition) |
Sets the break condition for a test step. More... | |
static BreakCondition | GetBreakCondition (ITestStepParent step) |
Gets the break condition for a given test step. More... | |
Break condition is an 'attached property' that can be attached to any implementor of ITestStep. This ensures that the API for ITestStep does not need to be modified to support the BreakConditions feature.
|
inlinestatic |
Gets the break condition for a given test step.
step |
|
inlinestatic |
Sets the break condition for a test step.
step | Which step to set it on. |
condition |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23