C# Class ApprovalTests.Reporters.IntroductionReporter

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetFriendlyWelcomeMessage ( ) : string
Report ( string approved, string received ) : void

Method Details

GetFriendlyWelcomeMessage() public méthode

public GetFriendlyWelcomeMessage ( ) : string
Résultat string

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