C# 클래스 Grean.Exude.FirstClassTestsAttribute

상속: Xunit.FactAttribute
파일 보기 프로젝트 열기: GreanTech/Exude 1 사용 예제들

보호된 메소드들

메소드 설명
EnumerateTestCommands ( IMethodInfo method ) : IEnumerable

Enumerates the test commands represented by this test method, by projecting the returned sequence of ITestCase into a sequence of xUnit.net ITestCommand instances.

비공개 메소드들

메소드 설명
GetReturnValue ( IMethodInfo method ) : object
IsReturnTypeInvalid ( IMethodInfo method ) : bool

메소드 상세

EnumerateTestCommands() 보호된 메소드

Enumerates the test commands represented by this test method, by projecting the returned sequence of ITestCase into a sequence of xUnit.net ITestCommand instances.
/// is . /// /// represents a method that doesn't return /// IEnumerable<ITestCase> (or a compatible type, such as /// ITestCase[]). ///
protected EnumerateTestCommands ( IMethodInfo method ) : IEnumerable
method IMethodInfo /// The test method adorned with the [FirstClassTests] attribute. ///
리턴 IEnumerable