C# Class ApprovalTests.Reporters.TfsVnextReporter

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

Méthodes publiques

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

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 TfsVnextReporter,ApprovalTests.Reporters INSTANCE
Résultat TfsVnextReporter