C# Class MonoDevelop.UnitTesting.NUnit.External.EventListenerWrapper

Inheritance: System.MarshalByRefObject, EventListener
Datei anzeigen Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
EventListenerWrapper ( MonoDevelop.Core.Execution.RemoteProcessServer server ) : System
GetLocalTestResult ( NUnit.Core.TestResult t ) : RemoteTestResult
GetTestName ( NUnit.Core.TestName t ) : string
InitializeLifetimeService ( ) : object
RunFinished ( Exception exception ) : void
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 ( Exception exception ) : void

Private Methods

Method Description
GetTestName ( ITest t ) : string

Method Details

EventListenerWrapper() public method

public EventListenerWrapper ( MonoDevelop.Core.Execution.RemoteProcessServer server ) : System
server MonoDevelop.Core.Execution.RemoteProcessServer
return System

GetLocalTestResult() public method

public GetLocalTestResult ( NUnit.Core.TestResult t ) : RemoteTestResult
t NUnit.Core.TestResult
return RemoteTestResult

GetTestName() public method

public GetTestName ( NUnit.Core.TestName t ) : string
t NUnit.Core.TestName
return string

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

RunFinished() public method

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

RunFinished() public method

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

RunStarted() public method

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

SuiteFinished() public method

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

SuiteStarted() public method

public SuiteStarted ( NUnit.Core.TestName suite ) : void
suite 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 testCase ) : void
testCase NUnit.Core.TestName
return void

UnhandledException() public method

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