C# Class concord.Builders.TestRunBuilders.CategoryRunner

Inheritance: EventListener, IDisposable
ファイルを表示 Open project: uShip/Concord Class Usage Examples

Public Methods

Method Description
CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System
Dispose ( ) : void
Execute ( ) : int
GetTestRunner ( ) : TestRunner
RunFinished ( Exception exception ) : void
RunFinished ( NUnit.Core.TestResult result ) : void
RunStarted ( string name, int testCount ) : void
RunTesterAsync ( ) : void
RunTesterBlocking ( ) : NUnit.Core.TestResult
SuiteFinished ( NUnit.Core.TestResult result ) : void
SuiteStarted ( NUnit.Core.TestName testName ) : void
TestFinished ( NUnit.Core.TestResult result ) : void
TestOutput ( NUnit.Core.TestOutput testOutput ) : void
TestStarted ( NUnit.Core.TestName testName ) : void
UnhandledException ( Exception exception ) : void

Private Methods

Method Description
InitalizeNUnits ( ) : void
MarkAsFinished ( ) : void
MarkAsInitalized ( ) : void
MarkAsRunning ( ) : void

Method Details

CategoryRunner() public method

public CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System
assemblyLocation string
filter ITestFilter
outputXmlFile string
return System

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( ) : int
return int

GetTestRunner() public method

public GetTestRunner ( ) : TestRunner
return TestRunner

RunFinished() public method

public RunFinished ( Exception exception ) : void
exception System.Exception
return void

RunFinished() public method

public RunFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
return void

RunStarted() public method

public RunStarted ( string name, int testCount ) : void
name string
testCount int
return void

RunTesterAsync() public method

public RunTesterAsync ( ) : void
return void

RunTesterBlocking() public method

public RunTesterBlocking ( ) : NUnit.Core.TestResult
return NUnit.Core.TestResult

SuiteFinished() public method

public SuiteFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
return void

SuiteStarted() public method

public SuiteStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
return void

TestFinished() public method

public TestFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
return void

TestOutput() public method

public TestOutput ( NUnit.Core.TestOutput testOutput ) : void
testOutput NUnit.Core.TestOutput
return void

TestStarted() public method

public TestStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
return void

UnhandledException() public method

public UnhandledException ( Exception exception ) : void
exception System.Exception
return void