Interface ITestManager
A test manager.
public interface ITestManager
Methods
StartNewTest(string)
Starts a new test.
IActiveTest StartNewTest(string testTypeName)
Parameters
testTypeName
stringThe test type name.
Returns
- IActiveTest
An IActiveTest representing the new test.
Exceptions
- ArgumentNullException
testTypeName
is null.- ArgumentException
testTypeName
is not a valid test type name.