Method | Description | |
---|---|---|
EventListenerWrapper ( MonoDevelop.Core.Execution.RemoteProcessServer server ) : System | ||
GetLocalTestResult ( |
||
InitializeLifetimeService ( ) : object | ||
RunFinished ( |
||
RunFinished ( NUnit.Framework.Internal.TestResult results ) : void | ||
RunStarted ( string name, int testCount ) : void | ||
SuiteFinished ( |
||
SuiteStarted ( |
||
TestFinished ( |
||
TestStarted ( |
||
UnhandledException ( |
Method | Description | |
---|---|---|
GetTestName ( |
||
ITestEventListener ( string report ) : void |
public EventListenerWrapper ( MonoDevelop.Core.Execution.RemoteProcessServer server ) : System | ||
server | MonoDevelop.Core.Execution.RemoteProcessServer | |
return | System |
public GetLocalTestResult ( |
||
t | ||
return | RemoteTestResult |
public InitializeLifetimeService ( ) : object | ||
return | object |
public RunFinished ( |
||
exception | ||
return | void |
public RunFinished ( NUnit.Framework.Internal.TestResult results ) : void | ||
results | NUnit.Framework.Internal.TestResult | |
return | void |
public RunStarted ( string name, int testCount ) : void | ||
name | string | |
testCount | int | |
return | void |
public SuiteFinished ( |
||
testResult | ||
return | void |
public SuiteStarted ( |
||
testResult | ||
return | void |
public TestFinished ( |
||
testResult | ||
return | void |
public TestStarted ( |
||
data | ||
return | void |
public UnhandledException ( |
||
exception | ||
return | void |