C# 클래스 Cone.SampleFixture

파일 보기 프로젝트 열기: drunkcod/Cone

공개 메소드들

메소드 설명
RowSource ( ) : IEnumerable
Test ( ) : void
TestAsync ( ) : System.Threading.Tasks.Task
Uninteresting ( ) : int

비공개 메소드들

메소드 설명
AfterAll ( ) : void
AfterEach ( ) : void
AfterEachWithResult ( ITestResult testResult ) : void
BeforeAll ( ) : void
BeforeEach ( ) : void
RowTest ( int input ) : void

메소드 상세

RowSource() 공개 메소드

public RowSource ( ) : IEnumerable
리턴 IEnumerable

Test() 공개 메소드

public Test ( ) : void
리턴 void

TestAsync() 공개 메소드

public TestAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Uninteresting() 공개 메소드

public Uninteresting ( ) : int
리턴 int