Method | Description | |
---|---|---|
EventListenerWrapper ( MonoDevelop.Core.Execution.RemoteProcessServer server ) : System | ||
GetLocalTestResult ( NUnit.Core.TestResult t ) : RemoteTestResult | ||
GetTestName ( NUnit.Core.TestName t ) : string | ||
InitializeLifetimeService ( ) : object | ||
RunFinished ( |
||
RunFinished ( NUnit.Core.TestResult results ) : void | ||
RunStarted ( string name, int testCount ) : void | ||
SuiteFinished ( NUnit.Core.TestResult result ) : void | ||
SuiteStarted ( NUnit.Core.TestName suite ) : void | ||
TestFinished ( NUnit.Core.TestResult result ) : void | ||
TestOutput ( NUnit.Core.TestOutput testOutput ) : void | ||
TestStarted ( NUnit.Core.TestName testCase ) : void | ||
UnhandledException ( |
Method | Description | |
---|---|---|
GetTestName ( ITest t ) : string |
public EventListenerWrapper ( MonoDevelop.Core.Execution.RemoteProcessServer server ) : System | ||
server | MonoDevelop.Core.Execution.RemoteProcessServer | |
return | System |
public GetLocalTestResult ( NUnit.Core.TestResult t ) : RemoteTestResult | ||
t | NUnit.Core.TestResult | |
return | RemoteTestResult |
public GetTestName ( NUnit.Core.TestName t ) : string | ||
t | NUnit.Core.TestName | |
return | string |
public InitializeLifetimeService ( ) : object | ||
return | object |
public RunFinished ( |
||
exception | ||
return | void |
public RunFinished ( NUnit.Core.TestResult results ) : void | ||
results | NUnit.Core.TestResult | |
return | void |
public RunStarted ( string name, int testCount ) : void | ||
name | string | |
testCount | int | |
return | void |
public SuiteFinished ( NUnit.Core.TestResult result ) : void | ||
result | NUnit.Core.TestResult | |
return | void |
public SuiteStarted ( NUnit.Core.TestName suite ) : void | ||
suite | 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 testCase ) : void | ||
testCase | NUnit.Core.TestName | |
return | void |
public UnhandledException ( |
||
exception | ||
return | void |