public class SerenityReportingRunner
extends org.junit.runner.Runner
| Constructor and Description |
|---|
SerenityReportingRunner(java.lang.Class<? extends org.jbehave.core.ConfigurableEmbedder> testClass) |
SerenityReportingRunner(java.lang.Class<? extends org.jbehave.core.ConfigurableEmbedder> testClass,
org.jbehave.core.ConfigurableEmbedder embedder) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jbehave.core.configuration.Configuration |
getConfiguration() |
org.junit.runner.Description |
getDescription() |
protected java.util.List<org.junit.runner.Description> |
getDescriptions() |
protected boolean |
getIgnoreFailuresInStories() |
protected boolean |
getIgnoreFailuresInView() |
protected java.util.List<java.lang.String> |
getMetaFilters() |
protected int |
getStoryTimeoutInSecs() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
int |
testCount() |
boolean |
usingUniqueBrowser() |
public SerenityReportingRunner(java.lang.Class<? extends org.jbehave.core.ConfigurableEmbedder> testClass)
throws java.lang.Throwable
java.lang.Throwablepublic SerenityReportingRunner(java.lang.Class<? extends org.jbehave.core.ConfigurableEmbedder> testClass,
org.jbehave.core.ConfigurableEmbedder embedder)
throws java.lang.Throwable
java.lang.Throwableprotected java.util.List<org.junit.runner.Description> getDescriptions()
protected org.jbehave.core.configuration.Configuration getConfiguration()
public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runner.Runnerpublic int testCount()
testCount in class org.junit.runner.Runnerpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runner.Runnerprotected boolean getIgnoreFailuresInStories()
protected int getStoryTimeoutInSecs()
protected java.util.List<java.lang.String> getMetaFilters()
public boolean usingUniqueBrowser()
protected boolean getIgnoreFailuresInView()