Interface
ITestListExecutionExtensionStatus

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Interfaces

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface ITestListExecutionExtensionStatus

Properties

CanRun

Flag saying if the plugin is in a state to be called

Declaration

cs-api-definition
bool CanRun { get; }

Property Value

bool

Status

A dynamic object that the scheduling service will use to diplay the state of the plugin

Declaration

cs-api-definition
ExpandoObject Status { get; }

Property Value

ExpandoObject

Methods

OnAfterTestListCompleted(TestListExecutionStatus, RunResult)

Called right after a test list has been completed

Declaration

cs-api-definition
void OnAfterTestListCompleted(TestListExecutionStatus executionStatus, RunResult result)

Parameters

executionStatus

TestListExecutionStatus

result

RunResult