InterfaceITestListExecutionExtension
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface ITestListExecutionExtension
Methods
OnAfterTestListCompleted(RunResult)
Called right after a test list has been completed
Declaration
cs-api-definition
void OnAfterTestListCompleted(RunResult result)
Parameters
result
The RunResult of that test list
OnBeforeTestListStarted(TestList)
Called right before a test list is about to get started.
Declaration
cs-api-definition
void OnBeforeTestListStarted(TestList list)
Parameters
list
The TestList object that will be executed