C# Класс Cone.Runners.MSTestSuiteBuilder.MSTestSuite.MSTestMethodClassifier

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

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

Метод Описание
MSTestMethodClassifier ( Type fixtureType, IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System

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

Метод Описание
ClassifyCore ( MethodInfo method ) : void

Приватные методы

Метод Описание
ClassifySupportMethods ( MethodInfo method, string attributeNames ) : void
GetExpectedExceptionResult ( object expectedException ) : ExpectedTestResult

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

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

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

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

public MSTestMethodClassifier ( Type fixtureType, IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : System
fixtureType System.Type
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
Результат System