ClassBeforeTestStartedArgs
Class
Definition
Namespace:ArtOfTest.WebAii.Design
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class BeforeTestStartedArgs : EventArgs
Inheritance: objectEventArgsBeforeTestStartedArgs
Inherited Members
Constructors
Properties
CancelTestExecution
If set to 'True' the Test's step(s) will not be executed!
Declaration
cs-api-definition
public bool CancelTestExecution { get; set; }
Property Value
The cancel.
Context
Gets the current ExecutionContext.
Declaration
cs-api-definition
public ExecutionContext Context { get; }
Property Value
The context.