Interface ITestListRunner
Inherited Members
System.IDisposable.Dispose()
Namespace: ArtOfTest.WebAii.Design.Execution.LocalExecution.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ITestListRunner : IDisposable
Methods
Abort()
Declaration
void Abort()
ExecuteTestList(TestListNode, Action, Action<Boolean>)
Declaration
Task ExecuteTestList(TestListNode testListNode, Action runStarted, Action<bool> runCompleted)
Parameters
|
TestListNode
testListNode
|
|
System.Action
runStarted
|
|
System.Action<System.Boolean>
runCompleted
|
Returns
|
System.Threading.Tasks.Task
|