Uses of Interface
org.jbehave.core.embedder.StoryTimeouts.TimeoutParser
-
Uses of StoryTimeouts.TimeoutParser in org.jbehave.core.embedder
Modifier and TypeClassDescriptionstatic class
A digit parser for timeoutsstatic class
A simple parser for timeouts of format: 1d 2h 30m 15s.Modifier and TypeMethodDescriptionvoid
Embedder.useTimeoutParsers
(StoryTimeouts.TimeoutParser... timeoutParsers) StoryTimeouts.withParsers
(StoryTimeouts.TimeoutParser... parsers) ModifierConstructorDescriptionStoryManager
(Configuration configuration, InjectableStepsFactory stepsFactory, EmbedderControls embedderControls, EmbedderMonitor embedderMonitor, ExecutorService executorService, PerformableTree performableTree, StoryTimeouts.TimeoutParser... parsers) ModifierConstructorDescriptionStoryTimeout
(String timeoutAsString, List<StoryTimeouts.TimeoutParser> parsers)