C# Class Xunit.Sdk.SkippableTheoryDiscoverer

Transforms SkippableTheoryAttribute test theories into test cases.
Inheritance: IXunitTestCaseDiscoverer
Afficher le fichier Open project: AArnott/Xunit.SkippableFact

Méthodes publiques

Méthode Description
Discover ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IEnumerable
SkippableTheoryDiscoverer ( IMessageSink diagnosticMessageSink ) : System

Initializes a new instance of the SkippableTheoryDiscoverer class.

Method Details

Discover() public méthode

public Discover ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IEnumerable
discoveryOptions ITestFrameworkDiscoveryOptions
testMethod ITestMethod
factAttribute IAttributeInfo
Résultat IEnumerable

SkippableTheoryDiscoverer() public méthode

Initializes a new instance of the SkippableTheoryDiscoverer class.
public SkippableTheoryDiscoverer ( IMessageSink diagnosticMessageSink ) : System
diagnosticMessageSink IMessageSink The message sink used to send diagnostic messages
Résultat System