InterfaceITestListRunner
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.LocalExecution.Interfaces
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface ITestListRunner : IDisposable
Derived Classes:
Inherited Members
Methods
Abort()
Declaration
cs-api-definition
void Abort()
ExecuteTestList(TestListNode, Action, Action<bool>)
Declaration
cs-api-definition
Task ExecuteTestList(TestListNode testListNode, Action runStarted, Action<bool> runCompleted)
Parameters
testListNode
runStarted
runCompleted
Returns