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

Inheritance: IProgressReportingStrategy
ファイルを表示 Open project: AcklenAvenue/Pepino

Public Methods

Method Description
FakeProgressReportingStrategy ( object report ) : System
Report ( IProgressReport reportModel ) : void
ReportsFor ( IProgressReport reportModel ) : bool
ShouldHaveReportedWith ( object reportModel ) : void

Method Details

FakeProgressReportingStrategy() public method

public FakeProgressReportingStrategy ( object report ) : System
report object
return System

Report() public method

public Report ( IProgressReport reportModel ) : void
reportModel IProgressReport
return void

ReportsFor() public method

public ReportsFor ( IProgressReport reportModel ) : bool
reportModel IProgressReport
return bool

ShouldHaveReportedWith() public method

public ShouldHaveReportedWith ( object reportModel ) : void
reportModel object
return void