Uses of Class
org.jbehave.core.reporters.TemplateableViewGenerator.Reports.ViewType
-
Packages that use TemplateableViewGenerator.Reports.ViewType Package Description org.jbehave.core.reporters -
-
Uses of TemplateableViewGenerator.Reports.ViewType in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return TemplateableViewGenerator.Reports.ViewType Modifier and Type Method Description TemplateableViewGenerator.Reports.ViewType
TemplateableViewGenerator.Reports. getViewType()
static TemplateableViewGenerator.Reports.ViewType
TemplateableViewGenerator.Reports.ViewType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TemplateableViewGenerator.Reports.ViewType[]
TemplateableViewGenerator.Reports.ViewType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbehave.core.reporters with parameters of type TemplateableViewGenerator.Reports.ViewType Modifier and Type Method Description void
TemplateableViewGenerator.Reports. viewAs(TemplateableViewGenerator.Reports.ViewType viewType)
-