C# Class Mono.Debugger.Test.Framework.ProxyListener

Inheritance: System.MarshalByRefObject, EventListener
Datei anzeigen Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
ProxyListener ( EventListener listener ) : System
RunFinished ( Exception exception ) : void
RunFinished ( NUnit.Core.TestResult result ) : void
RunStarted ( string name, int test_count ) : void
SuiteFinished ( NUnit.Core.TestSuiteResult result ) : void
SuiteStarted ( NUnit.Core.TestName test_name ) : void
TestFinished ( NUnit.Core.TestCaseResult result ) : void
TestOutput ( NUnit.Core.TestOutput output ) : void
TestStarted ( NUnit.Core.TestName test_name ) : void
UnhandledException ( Exception exception ) : void

Method Details

ProxyListener() public method

public ProxyListener ( EventListener listener ) : System
listener EventListener
return System

RunFinished() public method

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

RunFinished() public method

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

RunStarted() public method

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

SuiteFinished() public method

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

SuiteStarted() public method

public SuiteStarted ( NUnit.Core.TestName test_name ) : void
test_name NUnit.Core.TestName
return void

TestFinished() public method

public TestFinished ( NUnit.Core.TestCaseResult result ) : void
result NUnit.Core.TestCaseResult
return void

TestOutput() public method

public TestOutput ( NUnit.Core.TestOutput output ) : void
output NUnit.Core.TestOutput
return void

TestStarted() public method

public TestStarted ( NUnit.Core.TestName test_name ) : void
test_name NUnit.Core.TestName
return void

UnhandledException() public method

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