org.jbehave.core.reporters
Class TemplateableViewGenerator.ReportsTable

java.lang.Object
  extended by org.jbehave.core.reporters.TemplateableViewGenerator.ReportsTable
Enclosing class:
TemplateableViewGenerator

public static class TemplateableViewGenerator.ReportsTable
extends Object


Constructor Summary
TemplateableViewGenerator.ReportsTable(List<TemplateableViewGenerator.Report> reports, StoryNameResolver nameResolver)
           
 
Method Summary
 TemplateableViewGenerator.Report getReport(String name)
           
 List<String> getReportNames()
           
 List<TemplateableViewGenerator.Report> getReports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateableViewGenerator.ReportsTable

public TemplateableViewGenerator.ReportsTable(List<TemplateableViewGenerator.Report> reports,
                                              StoryNameResolver nameResolver)
Method Detail

getReports

public List<TemplateableViewGenerator.Report> getReports()

getReportNames

public List<String> getReportNames()

getReport

public TemplateableViewGenerator.Report getReport(String name)


Copyright © 2003-2012. All Rights Reserved.