C# Класс Cone.Core.MethodClassifier

Наследование: IMethodClassifier
Показать файл Открыть проект

Открытые методы

Метод Описание
Classify ( MethodInfo method ) : void
MethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System.Collections.Generic

Защищенные методы

Метод Описание
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

Описание методов

AfterAll() защищенный Метод

protected AfterAll ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

AfterEach() защищенный Метод

protected AfterEach ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

AfterEachWithResult() защищенный Метод

protected AfterEachWithResult ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

BeforeAll() защищенный Метод

protected BeforeAll ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

BeforeEach() защищенный Метод

protected BeforeEach ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

Classify() публичный Метод

public Classify ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

ClassifyCore() защищенный абстрактный Метод

protected abstract ClassifyCore ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

MethodClassifier() публичный Метод

public MethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System.Collections.Generic
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
Результат System.Collections.Generic

RowSource() защищенный Метод

protected RowSource ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void

RowTest() защищенный Метод

protected RowTest ( MethodInfo method, IEnumerable rows ) : void
method System.Reflection.MethodInfo
rows IEnumerable
Результат void

Test() защищенный Метод

protected Test ( MethodInfo method, IEnumerable attributes, ExpectedTestResult expectedResult ) : void
method System.Reflection.MethodInfo
attributes IEnumerable
expectedResult Cone.Runners.ExpectedTestResult
Результат void

Unintresting() защищенный Метод

protected Unintresting ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Результат void