C# 클래스 ScriptCs.NUnit.ConsoleListener

상속: EventListener
파일 보기 프로젝트 열기: scriptcs-contrib/scriptcs-nunit

공개 메소드들

메소드 설명
ConsoleListener ( Action logger ) : System
RunFinished ( Exception exception ) : void
RunFinished ( NUnit.Core.TestResult result ) : void
RunStarted ( string name, int testCount ) : void
SuiteFinished ( NUnit.Core.TestResult result ) : void
SuiteStarted ( NUnit.Core.TestName testName ) : void
TestFinished ( NUnit.Core.TestResult result ) : void
TestOutput ( NUnit.Core.TestOutput testOutput ) : void
TestStarted ( NUnit.Core.TestName testName ) : void
UnhandledException ( Exception exception ) : void

메소드 상세

ConsoleListener() 공개 메소드

public ConsoleListener ( Action logger ) : System
logger Action
리턴 System

RunFinished() 공개 메소드

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

RunFinished() 공개 메소드

public RunFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
리턴 void

RunStarted() 공개 메소드

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

SuiteFinished() 공개 메소드

public SuiteFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
리턴 void

SuiteStarted() 공개 메소드

public SuiteStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
리턴 void

TestFinished() 공개 메소드

public TestFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
리턴 void

TestOutput() 공개 메소드

public TestOutput ( NUnit.Core.TestOutput testOutput ) : void
testOutput NUnit.Core.TestOutput
리턴 void

TestStarted() 공개 메소드

public TestStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
리턴 void

UnhandledException() 공개 메소드

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