C# Class Microsoft.UnitTests.Core.XUnit.TestDiscoverer

Inheritance: Xunit.Sdk.FactDiscoverer
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
TestDiscoverer ( IMessageSink diagnosticMessageSink ) : System.Diagnostics.CodeAnalysis

Protected Methods

Method Description
CreateTestCase ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IXunitTestCase

Method Details

CreateTestCase() protected method

protected CreateTestCase ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IXunitTestCase
discoveryOptions ITestFrameworkDiscoveryOptions
testMethod ITestMethod
factAttribute IAttributeInfo
return IXunitTestCase

TestDiscoverer() public method

public TestDiscoverer ( IMessageSink diagnosticMessageSink ) : System.Diagnostics.CodeAnalysis
diagnosticMessageSink IMessageSink
return System.Diagnostics.CodeAnalysis