Class AssemblyRunner
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
A class which makes it simpler for casual runner authors to find and run tests and get results.
public sealed class AssemblyRunner : IMessageSink, IAsyncDisposable
- Inheritance
-
AssemblyRunner
- Implements
- Inherited Members
Constructors
- AssemblyRunner(AssemblyRunnerOptions)
Initializes a new instance of the AssemblyRunner class.
Methods
- Cancel()
Call to request that the current run be cancelled. Note that cancellation may not be instantaneous, and even after cancellation has been acknowledged, you can expect to receive all the cleanup-related messages.
- DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
- Run()
Runs the test assembly.