|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScenarioReporter | |
---|---|
org.jbehave.scenario | |
org.jbehave.scenario.reporters | |
org.jbehave.scenario.steps |
Uses of ScenarioReporter in org.jbehave.scenario |
---|
Methods in org.jbehave.scenario that return ScenarioReporter | |
---|---|
ScenarioReporter |
PropertyBasedConfiguration.forReportingScenarios()
If the system property org.jbehave.outputall is set to TRUE, uses a PrintStreamScenarioReporter; otherwise uses the default ScenarioReporter. |
ScenarioReporter |
MostUsefulConfiguration.forReportingScenarios()
Reports failing or pending scenarios to System.out, while silently passing scenarios. |
ScenarioReporter |
Configuration.forReportingScenarios()
|
Uses of ScenarioReporter in org.jbehave.scenario.reporters |
---|
Classes in org.jbehave.scenario.reporters that implement ScenarioReporter | |
---|---|
class |
PassSilentlyDecorator
Swallows the reports from all scenarios that pass, providing output only for failing or pending scenarios. |
class |
PrintStreamScenarioReporter
Scenario reporter that outputs to a PrintStream, defaulting to System.out. |
class |
StepFailureScenarioReporterDecorator
When a step fails, the Throwable that caused the failure is wrapped
in a StepFailure together with the step during which the failure
occurred. |
Constructors in org.jbehave.scenario.reporters with parameters of type ScenarioReporter | |
---|---|
PassSilentlyDecorator(ScenarioReporter delegate)
|
|
StepFailureScenarioReporterDecorator(ScenarioReporter delegate)
|
Uses of ScenarioReporter in org.jbehave.scenario.steps |
---|
Methods in org.jbehave.scenario.steps with parameters of type ScenarioReporter | |
---|---|
void |
Steps.SilentStepResult.describeTo(ScenarioReporter reporter)
|
abstract void |
StepResult.describeTo(ScenarioReporter reporter)
|
void |
StepResult.Failed.describeTo(ScenarioReporter reporter)
|
void |
StepResult.NotPerformed.describeTo(ScenarioReporter reporter)
|
void |
StepResult.Pending.describeTo(ScenarioReporter reporter)
|
void |
StepResult.Success.describeTo(ScenarioReporter reporter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |