Uses of Class
org.jbehave.core.reporters.TemplateableViewGenerator.Report
-
Packages that use TemplateableViewGenerator.Report Package Description org.jbehave.core.reporters -
-
Uses of TemplateableViewGenerator.Report in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return TemplateableViewGenerator.Report Modifier and Type Method Description TemplateableViewGenerator.Report
TemplateableViewGenerator.Reports. getReport(String name)
Methods in org.jbehave.core.reporters that return types with arguments of type TemplateableViewGenerator.Report Modifier and Type Method Description List<TemplateableViewGenerator.Report>
TemplateableViewGenerator.Reports. getReports()
Methods in org.jbehave.core.reporters with parameters of type TemplateableViewGenerator.Report Modifier and Type Method Description int
TemplateableViewGenerator.Report. compareTo(TemplateableViewGenerator.Report that)
Constructor parameters in org.jbehave.core.reporters with type arguments of type TemplateableViewGenerator.Report Constructor Description Reports(List<TemplateableViewGenerator.Report> reports, StoryNameResolver nameResolver)
-