There was an error while loading. Please reload this page.
Discover test cases from a test method.
Namespace: CodeJam.PerfTests.Running.Core.XunitAssembly: CodeJam.PerfTests.xUnit (in CodeJam.PerfTests.xUnit.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public IEnumerable<IXunitTestCase> Discover( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute )
VB
Public Function Discover ( discoveryOptions As ITestFrameworkDiscoveryOptions, testMethod As ITestMethod, factAttribute As IAttributeInfo ) As IEnumerable(Of IXunitTestCase)
F#
abstract Discover : discoveryOptions : ITestFrameworkDiscoveryOptions * testMethod : ITestMethod * factAttribute : IAttributeInfo -> IEnumerable<IXunitTestCase> override Discover : discoveryOptions : ITestFrameworkDiscoveryOptions * testMethod : ITestMethod * factAttribute : IAttributeInfo -> IEnumerable<IXunitTestCase>
Type: IEnumerable(IXunitTestCase)Returns zero or more test cases represented by the test method.
IXunitTestCaseDiscoverer.Discover(ITestFrameworkDiscoveryOptions, ITestMethod, IAttributeInfo)
CompetitionFactDiscoverer ClassCodeJam.PerfTests.Running.Core.Xunit Namespace