Package | Description |
---|---|
org.jbehave.core.embedder |
Modifier and Type | Class and Description |
---|---|
static class |
StoryTimeouts.DigitTimeoutParser
A digit parser for timeouts
|
static class |
StoryTimeouts.SimpleTimeoutParser
A simple parser for timeouts of format: 1d 2h 30m 15s.
|
Modifier and Type | Field and Description |
---|---|
protected StoryTimeouts.TimeoutParser[] |
Embedder.timeoutParsers |
Modifier and Type | Method and Description |
---|---|
StoryTimeouts.TimeoutParser[] |
Embedder.timeoutParsers() |
Modifier and Type | Method and Description |
---|---|
void |
Embedder.useTimeoutParsers(StoryTimeouts.TimeoutParser... timeoutParsers) |
StoryTimeouts |
StoryTimeouts.withParsers(StoryTimeouts.TimeoutParser... parsers) |
Constructor and Description |
---|
StoryManager(Configuration configuration,
InjectableStepsFactory stepsFactory,
EmbedderControls embedderControls,
EmbedderMonitor embedderMonitor,
ExecutorService executorService,
PerformableTree performableTree,
StoryTimeouts.TimeoutParser... parsers) |
Constructor and Description |
---|
StoryTimeout(String timeoutAsString,
List<StoryTimeouts.TimeoutParser> parsers) |
Copyright © 2003–2016. All rights reserved.