C# Class Cone.Core.MethodClassifier

Inheritance: IMethodClassifier
Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

protected AfterAll ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

AfterEach() protected méthode

protected AfterEach ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

AfterEachWithResult() protected méthode

protected AfterEachWithResult ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

BeforeAll() protected méthode

protected BeforeAll ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

BeforeEach() protected méthode

protected BeforeEach ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

Classify() public méthode

public Classify ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

ClassifyCore() protected abstract méthode

protected abstract ClassifyCore ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

MethodClassifier() public méthode

public MethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System.Collections.Generic
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
Résultat System.Collections.Generic

RowSource() protected méthode

protected RowSource ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

RowTest() protected méthode

protected RowTest ( MethodInfo method, IEnumerable rows ) : void
method System.Reflection.MethodInfo
rows IEnumerable
Résultat void

Test() protected méthode

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

Unintresting() protected méthode

protected Unintresting ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void