C# Class Cone.Core.MethodClassifier

Inheritance: IMethodClassifier
Datei anzeigen Open project: drunkcod/Cone

Public Methods

Method Description
Classify ( MethodInfo method ) : void
MethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System.Collections.Generic

Protected Methods

Method Description
AfterAll ( MethodInfo method ) : void
AfterEach ( MethodInfo method ) : void
AfterEachWithResult ( MethodInfo method ) : void
BeforeAll ( MethodInfo method ) : void
BeforeEach ( MethodInfo method ) : void
ClassifyCore ( MethodInfo method ) : void
RowSource ( MethodInfo method ) : void
RowTest ( MethodInfo method, IEnumerable rows ) : void
Test ( MethodInfo method, IEnumerable attributes, ExpectedTestResult expectedResult ) : void
Unintresting ( MethodInfo method ) : void

Method Details

AfterAll() protected method

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

AfterEach() protected method

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

AfterEachWithResult() protected method

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

BeforeAll() protected method

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

BeforeEach() protected method

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

Classify() public method

public Classify ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

ClassifyCore() protected abstract method

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

MethodClassifier() public method

public MethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System.Collections.Generic
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
return System.Collections.Generic

RowSource() protected method

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

RowTest() protected method

protected RowTest ( MethodInfo method, IEnumerable rows ) : void
method System.Reflection.MethodInfo
rows IEnumerable
return void

Test() protected method

protected Test ( MethodInfo method, IEnumerable attributes, ExpectedTestResult expectedResult ) : void
method System.Reflection.MethodInfo
attributes IEnumerable
expectedResult Cone.Runners.ExpectedTestResult
return void

Unintresting() protected method

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