Package org.jbehave.core.reporters
Class SurefireReporter
- java.lang.Object
-
- org.jbehave.core.reporters.SurefireReporter
-
public class SurefireReporter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSurefireReporter.BreadcrumbNamingStrategyA breadcrumb-based naming strategy: [story path with breadcrumbs].[story name].[scenario title]static classSurefireReporter.Optionsstatic classSurefireReporter.SimpleNamingStrategyA simple naming strategy: [story name].[scenario title]static classSurefireReporter.TestCasestatic interfaceSurefireReporter.TestCaseNamingStrategystatic classSurefireReporter.TestCountsstatic classSurefireReporter.TestFailurestatic classSurefireReporter.TestSuite
-
Constructor Summary
Constructors Constructor Description SurefireReporter(Class<?> embeddableClass)SurefireReporter(Class<?> embeddableClass, SurefireReporter.Options options)
-
-
-
Constructor Detail
-
SurefireReporter
public SurefireReporter(Class<?> embeddableClass)
-
SurefireReporter
public SurefireReporter(Class<?> embeddableClass, SurefireReporter.Options options)
-
-
Method Detail
-
generate
public void generate(PerformableTree.PerformableRoot root, File outputDirectory)
-
-