C# 클래스 NUnit3Runner.EventListenerWrapper

상속: System.MarshalByRefObject, ITestEventListener
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetTestName ( XmlNode data ) : string
ITestEventListener ( string report ) : void

메소드 상세

EventListenerWrapper() 공개 메소드

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

GetLocalTestResult() 공개 메소드

public GetLocalTestResult ( XmlNode t ) : RemoteTestResult
t System.Xml.XmlNode
리턴 RemoteTestResult

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

RunFinished() 공개 메소드

public RunFinished ( Exception exception ) : void
exception System.Exception
리턴 void

RunFinished() 공개 메소드

public RunFinished ( NUnit.Framework.Internal.TestResult results ) : void
results NUnit.Framework.Internal.TestResult
리턴 void

RunStarted() 공개 메소드

public RunStarted ( string name, int testCount ) : void
name string
testCount int
리턴 void

SuiteFinished() 공개 메소드

public SuiteFinished ( XmlNode testResult ) : void
testResult System.Xml.XmlNode
리턴 void

SuiteStarted() 공개 메소드

public SuiteStarted ( XmlNode testResult ) : void
testResult System.Xml.XmlNode
리턴 void

TestFinished() 공개 메소드

public TestFinished ( XmlNode testResult ) : void
testResult System.Xml.XmlNode
리턴 void

TestStarted() 공개 메소드

public TestStarted ( XmlNode data ) : void
data System.Xml.XmlNode
리턴 void

UnhandledException() 공개 메소드

public UnhandledException ( Exception exception ) : void
exception System.Exception
리턴 void