org.unitils.mock.report
Interface ScenarioReport

All Known Implementing Classes:
DefaultScenarioReport

public interface ScenarioReport

Creates a report of the given Scenario.

Author:
Kenny Claes, Filip Neven, Tim Ducheyne

Method Summary
 String createReport(Scenario scenario)
          Creates a report.
 

Method Detail

createReport

String createReport(Scenario scenario)
Creates a report.

Parameters:
scenario - The scenario to output, not null
Returns:
the report, not null


Copyright © 2011. All Rights Reserved.