C# Class Cone.Runners.MSTestSuiteBuilder

Inheritance: ConePadSuiteBuilder
显示文件 Open project: drunkcod/Cone

Public Methods

Method Description
DescriptionOf ( Type fixtureType ) : IFixtureDescription
MSTestSuiteBuilder ( FixtureProvider objectProvider ) : System
SupportedType ( Type type ) : bool

Protected Methods

Method Description
NewSuite ( Type type, IFixtureDescription description ) : ConePadSuite
TryGetContext ( Type nestedType, IContextDescription &context ) : bool

Private Methods

Method Description
IsTestClass ( Type type ) : bool

Method Details

DescriptionOf() public method

public DescriptionOf ( Type fixtureType ) : IFixtureDescription
fixtureType System.Type
return IFixtureDescription

MSTestSuiteBuilder() public method

public MSTestSuiteBuilder ( FixtureProvider objectProvider ) : System
objectProvider Cone.Core.FixtureProvider
return System

NewSuite() protected method

protected NewSuite ( Type type, IFixtureDescription description ) : ConePadSuite
type System.Type
description IFixtureDescription
return ConePadSuite

SupportedType() public method

public SupportedType ( Type type ) : bool
type System.Type
return bool

TryGetContext() protected method

protected TryGetContext ( Type nestedType, IContextDescription &context ) : bool
nestedType System.Type
context IContextDescription
return bool