InterfaceITestListExecutionExtensionStatus
Interface
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
Status
A dynamic object that the scheduling service will use to diplay the state of the plugin
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