NUnitTestAssemblyRunner
Implementation of ITestAssemblyRunner
Gets the default level of parallel execution (worker threads)
Indicates whether a test run is complete
Indicates whether a test is loaded
Indicates whether a test is running
The tree of tests that was loaded by the builder
The test result, if a run has completed
Initializes a new instance of the NUnitTestAssemblyRunner class.
Count Test Cases using a filter
Explore the test cases using a filter
Loads the tests found in an Assembly
Loads the tests found in an Assembly
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.
This method is a no-op in .NET Standard builds.
This method is a no-op in .NET Standard builds.