C# Class concord.Builders.TestRunBuilders.CategoryRunner

Inheritance: EventListener, IDisposable
Afficher le fichier Open project: uShip/Concord Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
InitalizeNUnits ( ) : void
MarkAsFinished ( ) : void
MarkAsInitalized ( ) : void
MarkAsRunning ( ) : void

Method Details

CategoryRunner() public méthode

public CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System
assemblyLocation string
filter ITestFilter
outputXmlFile string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : int
Résultat int

GetTestRunner() public méthode

public GetTestRunner ( ) : TestRunner
Résultat TestRunner

RunFinished() public méthode

public RunFinished ( Exception exception ) : void
exception System.Exception
Résultat void

RunFinished() public méthode

public RunFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
Résultat void

RunStarted() public méthode

public RunStarted ( string name, int testCount ) : void
name string
testCount int
Résultat void

RunTesterAsync() public méthode

public RunTesterAsync ( ) : void
Résultat void

RunTesterBlocking() public méthode

public RunTesterBlocking ( ) : NUnit.Core.TestResult
Résultat NUnit.Core.TestResult

SuiteFinished() public méthode

public SuiteFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
Résultat void

SuiteStarted() public méthode

public SuiteStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
Résultat void

TestFinished() public méthode

public TestFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
Résultat void

TestOutput() public méthode

public TestOutput ( NUnit.Core.TestOutput testOutput ) : void
testOutput NUnit.Core.TestOutput
Résultat void

TestStarted() public méthode

public TestStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
Résultat void

UnhandledException() public méthode

public UnhandledException ( Exception exception ) : void
exception System.Exception
Résultat void