C# 클래스 Cone.Runners.ConePadSuite

상속: IConeSuite
파일 보기 프로젝트 열기: drunkcod/Cone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Tests List

공개 메소드들

메소드 설명
AddCategories ( IEnumerable categories ) : void
AddRowSuite ( ConeMethodThunk thunk, string suiteName ) : IRowSuite
AddSubSuite ( ConePadSuite suite ) : void
ConePadSuite ( ConeFixture fixture ) : System
DiscoverTests ( ConeTestNamer names ) : void
Run ( Action collectResults ) : void
RunAll ( Action collectResults ) : void

보호된 메소드들

메소드 설명
GetMethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : IMethodClassifier

비공개 메소드들

메소드 설명
AddTest ( ITestName displayName, ConeMethodThunk thunk, object args, ExpectedTestResult result ) : void
NewTest ( ITestName displayName, ConeMethodThunk thunk, object args, ExpectedTestResult result ) : IConeTest
NewTestMethod ( IConeFixture fixture, MethodInfo method, ExpectedTestResult result ) : ConeTestMethod

메소드 상세

AddCategories() 공개 메소드

public AddCategories ( IEnumerable categories ) : void
categories IEnumerable
리턴 void

AddRowSuite() 공개 메소드

public AddRowSuite ( ConeMethodThunk thunk, string suiteName ) : IRowSuite
thunk Cone.Core.ConeMethodThunk
suiteName string
리턴 IRowSuite

AddSubSuite() 공개 메소드

public AddSubSuite ( ConePadSuite suite ) : void
suite ConePadSuite
리턴 void

ConePadSuite() 공개 메소드

public ConePadSuite ( ConeFixture fixture ) : System
fixture Cone.Core.ConeFixture
리턴 System

DiscoverTests() 공개 메소드

public DiscoverTests ( ConeTestNamer names ) : void
names Cone.Core.ConeTestNamer
리턴 void

GetMethodClassifier() 보호된 메소드

protected GetMethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : IMethodClassifier
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
리턴 IMethodClassifier

Run() 공개 메소드

public Run ( Action collectResults ) : void
collectResults Action
리턴 void

RunAll() 공개 메소드

public RunAll ( Action collectResults ) : void
collectResults Action
리턴 void

프로퍼티 상세

Tests 공개적으로 프로퍼티

public List Tests
리턴 List