C# Class ScriptCs.NUnit.ConsoleListener

Inheritance: EventListener
Mostra file Open project: scriptcs-contrib/scriptcs-nunit

Public Methods

Method Description
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

Method Details

ConsoleListener() public method

public ConsoleListener ( Action logger ) : System
logger Action
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 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 testName ) : void
testName 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 testName ) : void
testName NUnit.Core.TestName
return void

UnhandledException() public method

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