Interface ITestFrameworkExecutor
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Represents an implementation of the execution part of a test framework. Implementations may optionally implement IDisposable and/or IAsyncDisposable for cleanup operations.
public interface ITestFrameworkExecutor
Methods
- RunTestCases(IReadOnlyCollection<ITestCase>, IMessageSink, ITestFrameworkExecutionOptions, CancellationToken?)
Runs selected test cases in the assembly.