Class
BeforeTestStartedArgs

Definition

Namespace:ArtOfTest.WebAii.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class BeforeTestStartedArgs : EventArgs

Inheritance: objectEventArgsBeforeTestStartedArgs

Inherited Members EventArgs.Empty

Constructors

BeforeTestStartedArgs(Test)

Declaration

cs-api-definition
public BeforeTestStartedArgs(Test test)

Parameters

test

Test

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

bool

The cancel.

Context

Gets the current ExecutionContext.

Declaration

cs-api-definition
public ExecutionContext Context { get; }

Property Value

ExecutionContext

The context.

Test

Gets the test.

Declaration

cs-api-definition
public Test Test { get; }

Property Value

Test

The test.