|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.InjectableEmbedder
org.camunda.bpm.bdd.JBehaveTestBase
@UsingEmbedder(embedder=org.jbehave.core.embedder.Embedder.class,
generateViewAfterStories=true,
ignoreFailureInStories=false,
ignoreFailureInView=false,
verboseFailures=true)
@Configure(stepMonitor=org.jbehave.core.steps.PrintStreamStepMonitor.class,
pendingStepStrategy=org.jbehave.core.failures.FailingUponPendingStep.class,
stepdocReporter=org.jbehave.core.reporters.PrintStreamStepdocReporter.class,
storyReporterBuilder=JBehaveTestBase.RichReporterBuilder.class)
public abstract class JBehaveTestBaseBase class for JBehave tests.
| Nested Class Summary | |
|---|---|
static class |
JBehaveTestBase.RichReporterBuilder
Own report builder. |
| Constructor Summary | |
|---|---|
JBehaveTestBase()
|
|
| Method Summary | |
|---|---|
protected URL |
getStoryLocation()
Retrieves the location of the stories. |
void |
run()
|
protected List<String> |
storyPaths()
Retrieves the location of the stories. |
| Methods inherited from class org.jbehave.core.InjectableEmbedder |
|---|
injectedEmbedder, useEmbedder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBehaveTestBase()
| Method Detail |
|---|
protected URL getStoryLocation()
protected List<String> storyPaths()
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||