org.unitils.mock.report.impl
Class DefaultScenarioReport

java.lang.Object
  extended by org.unitils.mock.report.impl.DefaultScenarioReport
All Implemented Interfaces:
ScenarioReport

public class DefaultScenarioReport
extends Object
implements ScenarioReport

Creates a report of the given scenario. This will first output an overview of the executed scenario, followed by a list of suggested assertions and finally a detailed listing of the executed scenario.

Author:
Kenny Claes, Filip Neven, Tim Ducheyne

Constructor Summary
DefaultScenarioReport()
           
 
Method Summary
 String createReport(Scenario scenario)
          Creates a report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScenarioReport

public DefaultScenarioReport()
Method Detail

createReport

public String createReport(Scenario scenario)
Creates a report.

Specified by:
createReport in interface ScenarioReport
Parameters:
scenario - The scenario to output, not null
Returns:
the report, not null


Copyright © 2011. All Rights Reserved.