C# 클래스 Cone.Runners.MSTestSuiteBuilder.MSTestSuite.MSTestMethodClassifier

상속: Cone.Core.MethodClassifier
파일 보기 프로젝트 열기: drunkcod/Cone

공개 메소드들

메소드 설명
MSTestMethodClassifier ( Type fixtureType, IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System

보호된 메소드들

메소드 설명
ClassifyCore ( MethodInfo method ) : void

비공개 메소드들

메소드 설명
ClassifySupportMethods ( MethodInfo method, string attributeNames ) : void
GetExpectedExceptionResult ( object expectedException ) : ExpectedTestResult

메소드 상세

ClassifyCore() 보호된 메소드

protected ClassifyCore ( MethodInfo method ) : void
method System.Reflection.MethodInfo
리턴 void

MSTestMethodClassifier() 공개 메소드

public MSTestMethodClassifier ( Type fixtureType, IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System
fixtureType System.Type
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
리턴 System