C# 클래스 Xunit.Sdk.SkippableFactDiscoverer

Transforms SkippableFactAttribute test methods into test cases.
상속: IXunitTestCaseDiscoverer
파일 보기 프로젝트 열기: AArnott/Xunit.SkippableFact 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the SkippableFactDiscoverer class.

비공개 메소드들

메소드 설명
GetSkippableExceptionNames ( IAttributeInfo factAttribute ) : string[]

메소드 상세

Discover() 공개 메소드

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

SkippableFactDiscoverer() 공개 메소드

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