Interface to be implemented by classes which are used to discover tests cases attached to test methods that are attributed with FactAttribute (or a subclass). More...
Public Member Functions | |
| IEnumerable< IXunitTestCase > | Discover (ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute) |
| Discover test cases from a test method. More... | |
Interface to be implemented by classes which are used to discover tests cases attached to test methods that are attributed with FactAttribute (or a subclass).
| IEnumerable<IXunitTestCase> Xunit.Sdk.IXunitTestCaseDiscoverer.Discover | ( | ITestFrameworkDiscoveryOptions | discoveryOptions, |
| ITestMethod | testMethod, | ||
| IAttributeInfo | factAttribute | ||
| ) |
Discover test cases from a test method.
| discoveryOptions | The discovery options to be used. |
| testMethod | The test method the test cases belong to. |
| factAttribute | The fact attribute attached to the test method. |
1.8.15