Uses of Class
org.jbehave.core.reporters.SurefireReporter.Options
-
Packages that use SurefireReporter.Options Package Description org.jbehave.core.reporters -
-
Uses of SurefireReporter.Options in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return SurefireReporter.Options Modifier and Type Method Description SurefireReporter.Options
SurefireReporter.Options. doIncludeProperties(boolean includeProperties)
SurefireReporter.Options
SurefireReporter.Options. doReportByStory(boolean reportByStory)
SurefireReporter.Options
SurefireReporter.Options. useReportName(String reportName)
SurefireReporter.Options
SurefireReporter.Options. withNamingStrategy(SurefireReporter.TestCaseNamingStrategy strategy)
Constructors in org.jbehave.core.reporters with parameters of type SurefireReporter.Options Constructor Description SurefireReporter(Class<?> embeddableClass, SurefireReporter.Options options)
-