Interface IXunitTestCaseDiscoverer
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Interface to be implemented by classes which are used to discover tests cases attached to test methods that are attributed with an implementation of IFactAttribute.
public interface IXunitTestCaseDiscoverer
Methods
- Discover(ITestFrameworkDiscoveryOptions, IXunitTestMethod, IFactAttribute)
Discover test cases from a test method.