C# Class Cone.Runners.MulticastSessionLogger.MulticastLogger

Inheritance: ITestLogger
Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
Add ( ITestLogger log ) : void
BeginTest ( ) : void
EndTest ( ) : void
Failure ( ConeTestFailure failure ) : void
Pending ( string reason ) : void
Skipped ( ) : void
Success ( ) : void

Private Methods

Méthode Description
EachChild ( Action action ) : void

Method Details

Add() public méthode

public Add ( ITestLogger log ) : void
log ITestLogger
Résultat void

BeginTest() public méthode

public BeginTest ( ) : void
Résultat void

EndTest() public méthode

public EndTest ( ) : void
Résultat void

Failure() public méthode

public Failure ( ConeTestFailure failure ) : void
failure Cone.Core.ConeTestFailure
Résultat void

Pending() public méthode

public Pending ( string reason ) : void
reason string
Résultat void

Skipped() public méthode

public Skipped ( ) : void
Résultat void

Success() public méthode

public Success ( ) : void
Résultat void