|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbehave.core.reporters.PrintStreamOutput
org.jbehave.core.reporters.HtmlOutput
org.jbehave.web.selenium.WebDriverHtmlOutput
public class WebDriverHtmlOutput
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jbehave.core.reporters.PrintStreamOutput |
|---|
org.jbehave.core.reporters.PrintStreamOutput.Format |
| Field Summary | |
|---|---|
static org.jbehave.core.reporters.Format |
WEB_DRIVER_HTML
|
| Constructor Summary | |
|---|---|
WebDriverHtmlOutput(PrintStream output)
|
|
WebDriverHtmlOutput(PrintStream output,
org.jbehave.core.configuration.Keywords keywords)
|
|
WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns)
|
|
WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns,
org.jbehave.core.configuration.Keywords keywords)
|
|
WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns,
org.jbehave.core.configuration.Keywords keywords,
boolean reportFailureTrace)
|
|
| Method Summary | |
|---|---|
void |
failed(String step,
Throwable correlatedFailure)
|
| Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
|---|
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, doReportFailureTrace, dryRun, escape, example, failedOutcomes, format, givenStories, givenStories, ignorable, lookupPattern, narrative, notPerformed, overwritePattern, pending, print, scenarioMeta, scenarioNotAllowed, storyNotAllowed, successful, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.jbehave.core.reporters.Format WEB_DRIVER_HTML
| Constructor Detail |
|---|
public WebDriverHtmlOutput(PrintStream output)
public WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns)
public WebDriverHtmlOutput(PrintStream output,
org.jbehave.core.configuration.Keywords keywords)
public WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns,
org.jbehave.core.configuration.Keywords keywords)
public WebDriverHtmlOutput(PrintStream output,
Properties outputPatterns,
org.jbehave.core.configuration.Keywords keywords,
boolean reportFailureTrace)
| Method Detail |
|---|
public void failed(String step,
Throwable correlatedFailure)
failed in interface org.jbehave.core.reporters.StoryReporterfailed in class org.jbehave.core.reporters.PrintStreamOutput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||