public class JUnitScenarioReporter extends Object implements org.jbehave.core.reporters.StoryReporter
| Modifier and Type | Field and Description |
|---|---|
Set<org.junit.runner.Description> |
failedSteps |
| Constructor and Description |
|---|
JUnitScenarioReporter(org.junit.runner.notification.RunNotifier notifier,
int totalTests,
org.junit.runner.Description rootDescription,
org.jbehave.core.configuration.Keywords keywords) |
JUnitScenarioReporter(org.junit.runner.notification.RunNotifier notifier,
int totalTests,
org.junit.runner.Description rootDescription,
org.jbehave.core.configuration.Keywords keywords,
boolean notifyFinished) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExamples() |
void |
afterScenario() |
void |
afterStory(boolean isGivenStory) |
void |
beforeExamples(List<String> arg0,
org.jbehave.core.model.ExamplesTable arg1) |
void |
beforeScenario(String title) |
void |
beforeStep(String title) |
void |
beforeStory(org.jbehave.core.model.Story story,
boolean isGivenStory) |
void |
dryRun() |
void |
example(Map<String,String> arg0) |
void |
failed(String step,
Throwable e) |
void |
failedOutcomes(String arg0,
org.jbehave.core.model.OutcomesTable arg1) |
void |
givenStories(org.jbehave.core.model.GivenStories arg0) |
void |
givenStories(List<String> arg0) |
void |
ignorable(String arg0) |
void |
lifecyle(org.jbehave.core.model.Lifecycle lifecycle) |
void |
narrative(org.jbehave.core.model.Narrative arg0) |
void |
notPerformed(String arg0) |
void |
pending(String arg0) |
void |
pendingMethods(List<String> arg0) |
void |
restarted(String arg0,
Throwable arg1) |
void |
scenarioMeta(org.jbehave.core.model.Meta arg0) |
void |
scenarioNotAllowed(org.jbehave.core.model.Scenario arg0,
String arg1)
Notify the IDE that the current step and scenario is not being executed.
|
void |
storyCancelled(org.jbehave.core.model.Story arg0,
org.jbehave.core.model.StoryDuration arg1) |
void |
storyNotAllowed(org.jbehave.core.model.Story arg0,
String arg1) |
void |
successful(String step) |
void |
usePendingStepStrategy(org.jbehave.core.failures.PendingStepStrategy strategy) |
public Set<org.junit.runner.Description> failedSteps
public JUnitScenarioReporter(org.junit.runner.notification.RunNotifier notifier,
int totalTests,
org.junit.runner.Description rootDescription,
org.jbehave.core.configuration.Keywords keywords,
boolean notifyFinished)
public JUnitScenarioReporter(org.junit.runner.notification.RunNotifier notifier,
int totalTests,
org.junit.runner.Description rootDescription,
org.jbehave.core.configuration.Keywords keywords)
public void beforeStory(org.jbehave.core.model.Story story,
boolean isGivenStory)
beforeStory in interface org.jbehave.core.reporters.StoryReporterpublic void afterStory(boolean isGivenStory)
afterStory in interface org.jbehave.core.reporters.StoryReporterpublic void beforeScenario(String title)
beforeScenario in interface org.jbehave.core.reporters.StoryReporterpublic void afterScenario()
afterScenario in interface org.jbehave.core.reporters.StoryReporterpublic void beforeExamples(List<String> arg0, org.jbehave.core.model.ExamplesTable arg1)
beforeExamples in interface org.jbehave.core.reporters.StoryReporterpublic void example(Map<String,String> arg0)
example in interface org.jbehave.core.reporters.StoryReporterpublic void afterExamples()
afterExamples in interface org.jbehave.core.reporters.StoryReporterpublic void beforeStep(String title)
beforeStep in interface org.jbehave.core.reporters.StoryReporterpublic void failed(String step, Throwable e)
failed in interface org.jbehave.core.reporters.StoryReporterpublic void successful(String step)
successful in interface org.jbehave.core.reporters.StoryReporterpublic void pending(String arg0)
pending in interface org.jbehave.core.reporters.StoryReporterpublic void ignorable(String arg0)
ignorable in interface org.jbehave.core.reporters.StoryReporterpublic void notPerformed(String arg0)
notPerformed in interface org.jbehave.core.reporters.StoryReporterpublic void scenarioNotAllowed(org.jbehave.core.model.Scenario arg0,
String arg1)
scenarioNotAllowed in interface org.jbehave.core.reporters.StoryReporterarg0 - arg1 - public void dryRun()
dryRun in interface org.jbehave.core.reporters.StoryReporterpublic void failedOutcomes(String arg0, org.jbehave.core.model.OutcomesTable arg1)
failedOutcomes in interface org.jbehave.core.reporters.StoryReporterpublic void givenStories(org.jbehave.core.model.GivenStories arg0)
givenStories in interface org.jbehave.core.reporters.StoryReporterpublic void givenStories(List<String> arg0)
givenStories in interface org.jbehave.core.reporters.StoryReporterpublic void narrative(org.jbehave.core.model.Narrative arg0)
narrative in interface org.jbehave.core.reporters.StoryReporterpublic void pendingMethods(List<String> arg0)
pendingMethods in interface org.jbehave.core.reporters.StoryReporterpublic void restarted(String arg0, Throwable arg1)
restarted in interface org.jbehave.core.reporters.StoryReporterpublic void scenarioMeta(org.jbehave.core.model.Meta arg0)
scenarioMeta in interface org.jbehave.core.reporters.StoryReporterpublic void storyCancelled(org.jbehave.core.model.Story arg0,
org.jbehave.core.model.StoryDuration arg1)
storyCancelled in interface org.jbehave.core.reporters.StoryReporterpublic void storyNotAllowed(org.jbehave.core.model.Story arg0,
String arg1)
storyNotAllowed in interface org.jbehave.core.reporters.StoryReporterpublic void usePendingStepStrategy(org.jbehave.core.failures.PendingStepStrategy strategy)
public void lifecyle(org.jbehave.core.model.Lifecycle lifecycle)
lifecyle in interface org.jbehave.core.reporters.StoryReporterCopyright © 2015 codecentric AG. All Rights Reserved.