Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.embedder.executors |
Modifier and Type | Class and Description |
---|---|
class |
PropertyBasedEmbedderControls |
class |
UnmodifiableEmbedderControls |
Modifier and Type | Field and Description |
---|---|
protected EmbedderControls |
Embedder.embedderControls |
Modifier and Type | Method and Description |
---|---|
EmbedderControls |
EmbedderControls.doBatch(boolean batch) |
EmbedderControls |
UnmodifiableEmbedderControls.doBatch(boolean batch) |
EmbedderControls |
EmbedderControls.doFailOnStoryTimeout(boolean failOnStoryTimeout) |
EmbedderControls |
EmbedderControls.doGenerateViewAfterStories(boolean generateViewAfterStories) |
EmbedderControls |
UnmodifiableEmbedderControls.doGenerateViewAfterStories(boolean generateViewAfterStories) |
EmbedderControls |
EmbedderControls.doIgnoreFailureInStories(boolean ignoreFailureInStories) |
EmbedderControls |
UnmodifiableEmbedderControls.doIgnoreFailureInStories(boolean ignoreFailureInStories) |
EmbedderControls |
EmbedderControls.doIgnoreFailureInView(boolean ignoreFailureInView) |
EmbedderControls |
UnmodifiableEmbedderControls.doIgnoreFailureInView(boolean ignoreFailureInReports) |
EmbedderControls |
EmbedderControls.doSkip(boolean skip) |
EmbedderControls |
UnmodifiableEmbedderControls.doSkip(boolean skip) |
EmbedderControls |
EmbedderControls.doVerboseFailures(boolean verboseFailures) |
EmbedderControls |
UnmodifiableEmbedderControls.doVerboseFailures(boolean verboseFailures) |
EmbedderControls |
EmbedderControls.doVerboseFiltering(boolean verboseFiltering) |
EmbedderControls |
UnmodifiableEmbedderControls.doVerboseFiltering(boolean verboseFiltering) |
EmbedderControls |
Embedder.embedderControls() |
EmbedderControls |
EmbedderControls.useStoryTimeoutInSecs(long storyTimeoutInSecs)
Deprecated.
|
EmbedderControls |
UnmodifiableEmbedderControls.useStoryTimeoutInSecs(long storyTimeoutInSecs) |
EmbedderControls |
EmbedderControls.useStoryTimeoutInSecsByPath(String storyTimeoutInSecsByPath)
Deprecated.
|
EmbedderControls |
UnmodifiableEmbedderControls.useStoryTimeoutInSecsByPath(String storyTimeoutInSecsByPath) |
EmbedderControls |
EmbedderControls.useStoryTimeouts(String storyTimeouts) |
EmbedderControls |
EmbedderControls.useThreads(int threads) |
EmbedderControls |
UnmodifiableEmbedderControls.useThreads(int threads) |
Modifier and Type | Method and Description |
---|---|
void |
Embedder.useEmbedderControls(EmbedderControls embedderControls) |
void |
NullEmbedderMonitor.usingControls(EmbedderControls embedderControls) |
void |
EmbedderMonitorDecorator.usingControls(EmbedderControls embedderControls) |
void |
PrintingEmbedderMonitor.usingControls(EmbedderControls embedderControls) |
void |
EmbedderMonitor.usingControls(EmbedderControls embedderControls) |
Constructor and Description |
---|
StoryManager(Configuration configuration,
InjectableStepsFactory stepsFactory,
EmbedderControls embedderControls,
EmbedderMonitor embedderMonitor,
ExecutorService executorService,
PerformableTree performableTree,
StoryTimeouts.TimeoutParser... parsers) |
StoryTimeouts(EmbedderControls embedderControls,
EmbedderMonitor embedderMonitor) |
UnmodifiableEmbedderControls(EmbedderControls delegate) |
Modifier and Type | Method and Description |
---|---|
ExecutorService |
ExecutorServiceFactory.create(EmbedderControls controls) |
ExecutorService |
SameThreadExecutors.create(EmbedderControls controls)
Deprecated.
|
ExecutorService |
FixedThreadExecutors.create(EmbedderControls controls) |
ExecutorService |
DirectExecutorService.create(EmbedderControls controls) |
Copyright © 2003–2021. All rights reserved.