C# Class Pepino.ScenarioRunner.Application.Specs.FakeProgressReportingStrategy

Inheritance: IProgressReportingStrategy
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
FakeProgressReportingStrategy ( object report ) : System
Report ( IProgressReport reportModel ) : void
ReportsFor ( IProgressReport reportModel ) : bool
ShouldHaveReportedWith ( object reportModel ) : void

Method Details

FakeProgressReportingStrategy() public méthode

public FakeProgressReportingStrategy ( object report ) : System
report object
Résultat System

Report() public méthode

public Report ( IProgressReport reportModel ) : void
reportModel IProgressReport
Résultat void

ReportsFor() public méthode

public ReportsFor ( IProgressReport reportModel ) : bool
reportModel IProgressReport
Résultat bool

ShouldHaveReportedWith() public méthode

public ShouldHaveReportedWith ( object reportModel ) : void
reportModel object
Résultat void