Method CreateTestCase
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
CreateTestCase(ITestFrameworkDiscoveryOptions, IXunitTestMethod, IFactAttribute)
Creates a single XunitTestCase for the given test method.
protected virtual IXunitTestCase CreateTestCase(ITestFrameworkDiscoveryOptions discoveryOptions, IXunitTestMethod testMethod, IFactAttribute factAttribute)
Parameters
discoveryOptionsThe discovery options to be used.
testMethodThe test method.
factAttributeThe attribute that decorates the test method.