Interface ISelfExecutingXunitTestCase
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Represents an implementation of IXunitTestCase that is self-executing. This allows the test case to opt into the middle of the test execution pipeline without implementing everything that comes before it.
public interface ISelfExecutingXunitTestCase : IXunitTestCase, ITestCase, ITestCaseMetadata
- Inherited Members
Methods
- Run(ExplicitOption, IMessageBus, object?[], ExceptionAggregator, CancellationTokenSource)
Executes the test case, returning 0 or more result messages through the message sink.