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