C# 클래스 Xunit.Sdk.SkippableTheoryDiscoverer

Transforms SkippableTheoryAttribute test theories into test cases.
상속: IXunitTestCaseDiscoverer
파일 보기 프로젝트 열기: AArnott/Xunit.SkippableFact

공개 메소드들

메소드 설명
Discover ( ITestFrameworkDiscoveryOptions discoveryOptions, ITestMethod testMethod, IAttributeInfo factAttribute ) : IEnumerable
SkippableTheoryDiscoverer ( IMessageSink diagnosticMessageSink ) : System

Initializes a new instance of the SkippableTheoryDiscoverer class.

메소드 상세

Discover() 공개 메소드

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

SkippableTheoryDiscoverer() 공개 메소드

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