C# Class ApprovalTests.Reporters.FirstWorkingReporter

Inheritance: IEnvironmentAwareReporter
Afficher le fichier Open project: approvals/ApprovalTests.Net Class Usage Examples

Méthodes publiques

Méthode Description
FirstWorkingReporter ( ) : System
FirstWorkingReporter ( IEnumerable reporters ) : System
IsWorkingInThisEnvironment ( string forFile ) : bool
Report ( string approved, string received ) : void

Method Details

FirstWorkingReporter() public méthode

public FirstWorkingReporter ( ) : System
Résultat System

FirstWorkingReporter() public méthode

public FirstWorkingReporter ( IEnumerable reporters ) : System
reporters IEnumerable
Résultat System

IsWorkingInThisEnvironment() public méthode

public IsWorkingInThisEnvironment ( string forFile ) : bool
forFile string
Résultat bool

Report() public méthode

public Report ( string approved, string received ) : void
approved string
received string
Résultat void