C# Class Cone.Runners.MSTestSuiteBuilder.MSTestSuite.MSTestMethodClassifier

Inheritance: Cone.Core.MethodClassifier
ファイルを表示 Open project: drunkcod/Cone

Public Methods

Method Description
MSTestMethodClassifier ( Type fixtureType, IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System

Protected Methods

Method Description
ClassifyCore ( MethodInfo method ) : void

Private Methods

Method Description
ClassifySupportMethods ( MethodInfo method, string attributeNames ) : void
GetExpectedExceptionResult ( object expectedException ) : ExpectedTestResult

Method Details

ClassifyCore() protected method

protected ClassifyCore ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

MSTestMethodClassifier() public method

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