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
 java.lang.String createReport(Scenario scenario)
          Creates a report.
 

Method Detail

createReport

java.lang.String createReport(Scenario scenario)
Creates a report.

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


Copyright © 2009. All Rights Reserved.