C# Класс Cone.Runners.NUnitSuiteBuilder

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

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

Метод Описание
DescriptionOf ( Type fixtureType ) : IFixtureDescription
NUnitSuiteBuilder ( FixtureProvider objectProvider ) : System
SupportedType ( Type type ) : bool

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

Метод Описание
NewSuite ( Type type, IFixtureDescription description ) : ConePadSuite

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

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

public DescriptionOf ( Type fixtureType ) : IFixtureDescription
fixtureType System.Type
Результат IFixtureDescription

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

public NUnitSuiteBuilder ( FixtureProvider objectProvider ) : System
objectProvider Cone.Core.FixtureProvider
Результат System

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

protected NewSuite ( Type type, IFixtureDescription description ) : ConePadSuite
type System.Type
description IFixtureDescription
Результат ConePadSuite

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

public SupportedType ( Type type ) : bool
type System.Type
Результат bool