Method | Description | |
---|---|---|
CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System | ||
Dispose ( ) : void | ||
Execute ( ) : int | ||
GetTestRunner ( ) : TestRunner | ||
RunFinished ( |
||
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 ( |
Method | Description | |
---|---|---|
InitalizeNUnits ( ) : void | ||
MarkAsFinished ( ) : void | ||
MarkAsInitalized ( ) : void | ||
MarkAsRunning ( ) : void |
public CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System | ||
assemblyLocation | string | |
filter | ITestFilter | |
outputXmlFile | string | |
return | System |
public RunFinished ( |
||
exception | ||
return | void |
public RunFinished ( NUnit.Core.TestResult result ) : void | ||
result | NUnit.Core.TestResult | |
return | void |
public RunStarted ( string name, int testCount ) : void | ||
name | string | |
testCount | int | |
return | void |
public RunTesterBlocking ( ) : NUnit.Core.TestResult | ||
return | NUnit.Core.TestResult |
public SuiteFinished ( NUnit.Core.TestResult result ) : void | ||
result | NUnit.Core.TestResult | |
return | void |
public SuiteStarted ( NUnit.Core.TestName testName ) : void | ||
testName | NUnit.Core.TestName | |
return | void |
public TestFinished ( NUnit.Core.TestResult result ) : void | ||
result | NUnit.Core.TestResult | |
return | void |
public TestOutput ( NUnit.Core.TestOutput testOutput ) : void | ||
testOutput | NUnit.Core.TestOutput | |
return | void |
public TestStarted ( NUnit.Core.TestName testName ) : void | ||
testName | NUnit.Core.TestName | |
return | void |
public UnhandledException ( |
||
exception | ||
return | void |