C# Class NUnit3Runner.EventListenerWrapper

Inheritance: System.MarshalByRefObject, ITestEventListener
ファイルを表示 Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetTestName ( XmlNode data ) : string
ITestEventListener ( string report ) : void

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 ( XmlNode t ) : RemoteTestResult
t System.Xml.XmlNode
return RemoteTestResult

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.Framework.Internal.TestResult results ) : void
results NUnit.Framework.Internal.TestResult
return void

RunStarted() public method

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

SuiteFinished() public method

public SuiteFinished ( XmlNode testResult ) : void
testResult System.Xml.XmlNode
return void

SuiteStarted() public method

public SuiteStarted ( XmlNode testResult ) : void
testResult System.Xml.XmlNode
return void

TestFinished() public method

public TestFinished ( XmlNode testResult ) : void
testResult System.Xml.XmlNode
return void

TestStarted() public method

public TestStarted ( XmlNode data ) : void
data System.Xml.XmlNode
return void

UnhandledException() public method

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