org.jbehave.core.embedder
Class PropertyBasedEmbedderControls
java.lang.Object
org.jbehave.core.embedder.EmbedderControls
org.jbehave.core.embedder.PropertyBasedEmbedderControls
public class PropertyBasedEmbedderControls
- extends EmbedderControls
BATCH
public static final String BATCH
- See Also:
- Constant Field Values
IGNORE_FAILURE_IN_VIEW
public static final String IGNORE_FAILURE_IN_VIEW
- See Also:
- Constant Field Values
IGNORE_FAILURE_IN_STORIES
public static final String IGNORE_FAILURE_IN_STORIES
- See Also:
- Constant Field Values
GENERATE_VIEW_AFTER_STORIES
public static final String GENERATE_VIEW_AFTER_STORIES
- See Also:
- Constant Field Values
SKIP
public static final String SKIP
- See Also:
- Constant Field Values
STORY_TIMEOUT_IN_SECS
public static final String STORY_TIMEOUT_IN_SECS
- See Also:
- Constant Field Values
THREADS
public static final String THREADS
- See Also:
- Constant Field Values
PropertyBasedEmbedderControls
public PropertyBasedEmbedderControls()
batch
public boolean batch()
- Overrides:
batch
in class EmbedderControls
ignoreFailureInView
public boolean ignoreFailureInView()
- Overrides:
ignoreFailureInView
in class EmbedderControls
ignoreFailureInStories
public boolean ignoreFailureInStories()
- Overrides:
ignoreFailureInStories
in class EmbedderControls
generateViewAfterStories
public boolean generateViewAfterStories()
- Overrides:
generateViewAfterStories
in class EmbedderControls
skip
public boolean skip()
- Overrides:
skip
in class EmbedderControls
storyTimeoutInSecs
public long storyTimeoutInSecs()
- Overrides:
storyTimeoutInSecs
in class EmbedderControls
threads
public int threads()
- Overrides:
threads
in class EmbedderControls
toString
public String toString()
- Overrides:
toString
in class EmbedderControls
Copyright © 2003-2011. All Rights Reserved.