C# Class ApprovalTests.Reporters.AppVeyorReporter

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

Méthodes publiques

Свойство Type Description
INSTANCE AppVeyorReporter

Méthodes publiques

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

Method Details

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

Property Details

INSTANCE public_oe static_oe property

public static AppVeyorReporter,ApprovalTests.Reporters INSTANCE
Résultat AppVeyorReporter