public static class StoryManager.RunningStory extends Object
Constructor and Description |
---|
RunningStory(org.jbehave.core.embedder.StoryManager.EnqueuedStory enqueuedStory,
Future<StoryManager.ThrowableStory> future) |
Modifier and Type | Method and Description |
---|---|
StoryDuration |
getDuration() |
long |
getDurationInMillis() |
Future<StoryManager.ThrowableStory> |
getFuture() |
Story |
getStory() |
boolean |
isDone() |
boolean |
isFailed() |
boolean |
isStarted() |
void |
updateDuration() |
public RunningStory(org.jbehave.core.embedder.StoryManager.EnqueuedStory enqueuedStory, Future<StoryManager.ThrowableStory> future)
public Future<StoryManager.ThrowableStory> getFuture()
public Story getStory()
public long getDurationInMillis()
public StoryDuration getDuration()
public void updateDuration()
public boolean isDone()
public boolean isFailed()
public boolean isStarted()
Copyright © 2003–2015. All rights reserved.