ConditionalTheoryDiscoverer
ConditionalTheoryDiscoverer
Class
Definition
public class ConditionalTheoryDiscoverer : TheoryDiscoverer
Public Class ConditionalTheoryDiscoverer
Inherits TheoryDiscoverer
- Inheritance
-
System.ObjectSystem.ObjectConditionalTheoryDiscovererConditionalTheoryDiscoverer
Constructors
Methods
CreateTestCaseForDataRow(ITestFrameworkDiscoveryOptions, ITestMethod, IAttributeInfo, Object[]) CreateTestCaseForDataRow(ITestFrameworkDiscoveryOptions, ITestMethod, IAttributeInfo, Object())
protected override IXunitTestCase CreateTestCaseForDataRow(ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo theoryAttribute, object[] dataRow)
Protected Overrides Function CreateTestCaseForDataRow(discoveryOptions As ITestFrameworkDiscoveryOptions, testMethod As ITestMethod, theoryAttribute As IAttributeInfo, dataRow As Object()) As IXunitTestCase
Parameters
- discoveryOptions
- ITestFrameworkDiscoveryOptions ITestFrameworkDiscoveryOptions
- testMethod
- ITestMethod ITestMethod
- theoryAttribute
- IAttributeInfo IAttributeInfo
- dataRow
- System.Object[] System.Object()
Returns
IXunitTestCase
IXunitTestCase
CreateTestCaseForTheory(ITestFrameworkDiscoveryOptions, ITestMethod, IAttributeInfo) CreateTestCaseForTheory(ITestFrameworkDiscoveryOptions, ITestMethod, IAttributeInfo)
protected override IXunitTestCase CreateTestCaseForTheory(ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo theoryAttribute)
Protected Overrides Function CreateTestCaseForTheory(discoveryOptions As ITestFrameworkDiscoveryOptions, testMethod As ITestMethod, theoryAttribute As IAttributeInfo) As IXunitTestCase
Parameters
- discoveryOptions
- ITestFrameworkDiscoveryOptions ITestFrameworkDiscoveryOptions
- testMethod
- ITestMethod ITestMethod
- theoryAttribute
- IAttributeInfo IAttributeInfo
Returns
IXunitTestCase
IXunitTestCase