Uses of Class
org.jbehave.core.model.StoryDuration
-
Uses of StoryDuration in org.jbehave.core.embedder
Modifier and TypeMethodDescriptionStoryManager.RunningStory.getDuration()
PerformableTree.RunContext.storyDuration
(Story story) Modifier and TypeMethodDescriptionvoid
PerformableTree.RunContext.cancelStory
(Story story, StoryDuration storyDuration) void
DelegatingEmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) void
EmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) void
NullEmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) void
PrintingEmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) -
Uses of StoryDuration in org.jbehave.core.model
Modifier and TypeMethodDescriptionStoryDuration.setDurationInSecs
(long durationInSecs) StoryDuration.update()
-
Uses of StoryDuration in org.jbehave.core.reporters
Modifier and TypeMethodDescriptionvoid
ConcurrentStoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
DelegatingStoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
NullStoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
PostStoryStatisticsCollector.storyCancelled
(Story story, StoryDuration storyDuration) void
PrintStreamOutput.storyCancelled
(Story story, StoryDuration storyDuration) void
StoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
TemplateableOutput.storyCancelled
(Story story, StoryDuration storyDuration)