C# Class ScriptCs.NUnit.ConsoleListener

Inheritance: EventListener
Afficher le fichier Open project: scriptcs-contrib/scriptcs-nunit

Méthodes publiques

Méthode 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 méthode

public ConsoleListener ( Action logger ) : System
logger Action
Résultat System

RunFinished() public méthode

public RunFinished ( Exception exception ) : void
exception System.Exception
Résultat void

RunFinished() public méthode

public RunFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
Résultat void

RunStarted() public méthode

public RunStarted ( string name, int testCount ) : void
name string
testCount int
Résultat void

SuiteFinished() public méthode

public SuiteFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
Résultat void

SuiteStarted() public méthode

public SuiteStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
Résultat void

TestFinished() public méthode

public TestFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
Résultat void

TestOutput() public méthode

public TestOutput ( NUnit.Core.TestOutput testOutput ) : void
testOutput NUnit.Core.TestOutput
Résultat void

TestStarted() public méthode

public TestStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
Résultat void

UnhandledException() public méthode

public UnhandledException ( Exception exception ) : void
exception System.Exception
Résultat void