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

Inheritance: IXunitTestCaseDiscoverer
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
Discover ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IEnumerable
TestForTypesDiscoverer ( IMessageSink diagnosticMessageSink ) : System.Collections.Generic

Method Details

Discover() public method

public Discover ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IEnumerable
discoveryOptions ITestFrameworkDiscoveryOptions
testMethod ITestMethod
factAttribute IAttributeInfo
return IEnumerable

TestForTypesDiscoverer() public method

public TestForTypesDiscoverer ( IMessageSink diagnosticMessageSink ) : System.Collections.Generic
diagnosticMessageSink IMessageSink
return System.Collections.Generic