C# Class Cone.Runners.ConePadSuite

Inheritance: IConeSuite
显示文件 Open project: drunkcod/Cone Class Usage Examples

Public Properties

Property Type Description
Tests List

Public Methods

Method Description
AddCategories ( IEnumerable categories ) : void
AddRowSuite ( ConeMethodThunk thunk, string suiteName ) : IRowSuite
AddSubSuite ( ConePadSuite suite ) : void
ConePadSuite ( ConeFixture fixture ) : System
DiscoverTests ( ConeTestNamer names ) : void
Run ( Action collectResults ) : void
RunAll ( Action collectResults ) : void

Protected Methods

Method Description
GetMethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : IMethodClassifier

Private Methods

Method Description
AddTest ( ITestName displayName, ConeMethodThunk thunk, object args, ExpectedTestResult result ) : void
NewTest ( ITestName displayName, ConeMethodThunk thunk, object args, ExpectedTestResult result ) : IConeTest
NewTestMethod ( IConeFixture fixture, MethodInfo method, ExpectedTestResult result ) : ConeTestMethod

Method Details

AddCategories() public method

public AddCategories ( IEnumerable categories ) : void
categories IEnumerable
return void

AddRowSuite() public method

public AddRowSuite ( ConeMethodThunk thunk, string suiteName ) : IRowSuite
thunk Cone.Core.ConeMethodThunk
suiteName string
return IRowSuite

AddSubSuite() public method

public AddSubSuite ( ConePadSuite suite ) : void
suite ConePadSuite
return void

ConePadSuite() public method

public ConePadSuite ( ConeFixture fixture ) : System
fixture Cone.Core.ConeFixture
return System

DiscoverTests() public method

public DiscoverTests ( ConeTestNamer names ) : void
names Cone.Core.ConeTestNamer
return void

GetMethodClassifier() protected method

protected GetMethodClassifier ( IConeFixtureMethodSink fixtureSink, IConeTestMethodSink testSink ) : IMethodClassifier
fixtureSink IConeFixtureMethodSink
testSink IConeTestMethodSink
return IMethodClassifier

Run() public method

public Run ( Action collectResults ) : void
collectResults Action
return void

RunAll() public method

public RunAll ( Action collectResults ) : void
collectResults Action
return void

Property Details

Tests public_oe property

public List Tests
return List