net.thucydides.jbehave
Class ThucydidesReporter
java.lang.Object
net.thucydides.jbehave.ThucydidesReporter
- All Implemented Interfaces:
- org.jbehave.core.reporters.StoryReporter
public class ThucydidesReporter
- extends Object
- implements org.jbehave.core.reporters.StoryReporter
|
Constructor Summary |
ThucydidesReporter(net.thucydides.core.webdriver.Configuration systemConfiguration)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThucydidesReporter
public ThucydidesReporter(net.thucydides.core.webdriver.Configuration systemConfiguration)
clearListeners
protected void clearListeners()
getThucydidesListeners
protected net.thucydides.core.ThucydidesListeners getThucydidesListeners()
getReportService
protected net.thucydides.core.reports.ReportService getReportService()
storyNotAllowed
public void storyNotAllowed(org.jbehave.core.model.Story story,
String s)
- Specified by:
storyNotAllowed in interface org.jbehave.core.reporters.StoryReporter
storyCancelled
public void storyCancelled(org.jbehave.core.model.Story story,
org.jbehave.core.model.StoryDuration storyDuration)
- Specified by:
storyCancelled in interface org.jbehave.core.reporters.StoryReporter
beforeStory
public void beforeStory(org.jbehave.core.model.Story story,
boolean b)
- Specified by:
beforeStory in interface org.jbehave.core.reporters.StoryReporter
afterStory
public void afterStory(boolean given)
- Specified by:
afterStory in interface org.jbehave.core.reporters.StoryReporter
narrative
public void narrative(org.jbehave.core.model.Narrative narrative)
- Specified by:
narrative in interface org.jbehave.core.reporters.StoryReporter
scenarioNotAllowed
public void scenarioNotAllowed(org.jbehave.core.model.Scenario scenario,
String s)
- Specified by:
scenarioNotAllowed in interface org.jbehave.core.reporters.StoryReporter
beforeScenario
public void beforeScenario(String scenarioTitle)
- Specified by:
beforeScenario in interface org.jbehave.core.reporters.StoryReporter
scenarioMeta
public void scenarioMeta(org.jbehave.core.model.Meta meta)
- Specified by:
scenarioMeta in interface org.jbehave.core.reporters.StoryReporter
afterScenario
public void afterScenario()
- Specified by:
afterScenario in interface org.jbehave.core.reporters.StoryReporter
givenStories
public void givenStories(org.jbehave.core.model.GivenStories givenStories)
- Specified by:
givenStories in interface org.jbehave.core.reporters.StoryReporter
givenStories
public void givenStories(List<String> strings)
- Specified by:
givenStories in interface org.jbehave.core.reporters.StoryReporter
beforeExamples
public void beforeExamples(List<String> strings,
org.jbehave.core.model.ExamplesTable examplesTable)
- Specified by:
beforeExamples in interface org.jbehave.core.reporters.StoryReporter
example
public void example(Map<String,String> stringStringMap)
- Specified by:
example in interface org.jbehave.core.reporters.StoryReporter
afterExamples
public void afterExamples()
- Specified by:
afterExamples in interface org.jbehave.core.reporters.StoryReporter
beforeStep
public void beforeStep(String stepTitle)
- Specified by:
beforeStep in interface org.jbehave.core.reporters.StoryReporter
successful
public void successful(String title)
- Specified by:
successful in interface org.jbehave.core.reporters.StoryReporter
ignorable
public void ignorable(String title)
- Specified by:
ignorable in interface org.jbehave.core.reporters.StoryReporter
pending
public void pending(String stepTitle)
- Specified by:
pending in interface org.jbehave.core.reporters.StoryReporter
notPerformed
public void notPerformed(String stepTitle)
- Specified by:
notPerformed in interface org.jbehave.core.reporters.StoryReporter
failed
public void failed(String stepTitle,
Throwable cause)
- Specified by:
failed in interface org.jbehave.core.reporters.StoryReporter
failedOutcomes
public void failedOutcomes(String s,
org.jbehave.core.model.OutcomesTable outcomesTable)
- Specified by:
failedOutcomes in interface org.jbehave.core.reporters.StoryReporter
restarted
public void restarted(String s,
Throwable throwable)
- Specified by:
restarted in interface org.jbehave.core.reporters.StoryReporter
dryRun
public void dryRun()
- Specified by:
dryRun in interface org.jbehave.core.reporters.StoryReporter
pendingMethods
public void pendingMethods(List<String> strings)
- Specified by:
pendingMethods in interface org.jbehave.core.reporters.StoryReporter
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.