C# Class Cone.Runners.NUnitSuiteBuilder.NUnitSuite.NUnitMethodClassifier

Inheritance: Cone.Core.MethodClassifier
显示文件 Open project: drunkcod/Cone

Public Methods

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

Protected Methods

Method Description
ClassifyCore ( MethodInfo method ) : void

Private Methods

Method Description
ClassifyParameterized ( MethodInfo method, object attributes ) : void
ReadSources ( IEnumerable testSources ) : IEnumerable

Method Details

ClassifyCore() protected method

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

NUnitMethodClassifier() public method

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