LocalTestRunner runs tests in the current AppDomain.
More...
|
| LocalTestRunner (IServiceLocator services, TestPackage package) |
|
| DirectTestRunner (IServiceLocator services, TestPackage package) |
|
override void | StopRun (bool force) |
| Cancel the ongoing test run. If no test is running, the call is ignored. More...
|
|
| AbstractTestRunner (IServiceLocator services, TestPackage package) |
|
virtual void | UnloadPackage () |
| Unload any loaded TestPackage. Overridden in derived classes to take any necessary action. More...
|
|
TestEngineResult | Explore (TestFilter filter) |
| Explores the TestPackage and returns information about the tests found. Loads the package if not done previously. More...
|
|
TestEngineResult | Load () |
| Loads the TestPackage for exploration or execution, saving the result. More...
|
|
TestEngineResult | Reload () |
| Reload the currently loaded test package, saving the result. More...
|
|
void | Unload () |
| Unload any loaded TestPackage. More...
|
|
int | CountTestCases (TestFilter filter) |
| Count the test cases that would be run under the specified filter, loading the TestPackage if it is not already loaded. More...
|
|
TestEngineResult | Run (ITestEventListener listener, TestFilter filter) |
| Run the tests in the TestPackage, loading the package if this has not already been done. More...
|
|
AsyncTestEngineResult | RunAsync (ITestEventListener listener, TestFilter filter) |
| Start a run of the tests in the loaded TestPackage. The tests are run asynchronously and the listener interface is notified as it progresses. More...
|
|
void | StartRun (ITestEventListener listener, TestFilter filter) |
| Start a run of the tests in the TestPackage. The tests are run asynchronously and the listener interface is notified as it progresses. Loads the TestPackage if not already loaded. More...
|
|
void | Dispose () |
|
LocalTestRunner runs tests in the current AppDomain.
The documentation for this class was generated from the following file: