ITestAssemblyRunner
The ITestAssemblyRunner interface is implemented by classes
that are able to execute a suite of tests loaded
from an assembly.
Indicates whether a test run is complete
Indicates whether a test has been loaded
Indicates whether a test is currently running
Gets the tree of loaded tests, or null if
no tests have been loaded.
Gets the tree of test results, if the test
run is completed, otherwise null.
Count Test Cases using a filter
Loads the tests found in an Assembly, returning an
indication of whether or not the load succeeded.
Loads the tests found in an Assembly, returning an
indication of whether or not the load succeeded.
Run selected tests and return a test result. The test is run synchronously,
and the listener interface is notified as it progresses.
Run selected tests asynchronously, notifying the listener interface as it progresses.
Signal any test run that is in process to stop. Return without error if no test is running.
Wait for the ongoing run to complete.