org.jbehave.core.embedder
Class PropertyBasedEmbedderControls
java.lang.Object
org.jbehave.core.embedder.EmbedderControls
org.jbehave.core.embedder.PropertyBasedEmbedderControls
public class PropertyBasedEmbedderControls
- extends EmbedderControls
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BATCH
public static final java.lang.String BATCH
- See Also:
- Constant Field Values
IGNORE_FAILURE_IN_VIEW
public static final java.lang.String IGNORE_FAILURE_IN_VIEW
- See Also:
- Constant Field Values
IGNORE_FAILURE_IN_STORIES
public static final java.lang.String IGNORE_FAILURE_IN_STORIES
- See Also:
- Constant Field Values
GENERATE_VIEW_AFTER_STORIES
public static final java.lang.String GENERATE_VIEW_AFTER_STORIES
- See Also:
- Constant Field Values
SKIP
public static final java.lang.String SKIP
- See Also:
- Constant Field Values
VERBOSE_FAILURES
public static final java.lang.String VERBOSE_FAILURES
- See Also:
- Constant Field Values
VERBOSE_FILTERING
public static final java.lang.String VERBOSE_FILTERING
- See Also:
- Constant Field Values
STORY_TIMEOUT_IN_SECS
public static final java.lang.String STORY_TIMEOUT_IN_SECS
- See Also:
- Constant Field Values
THREADS
public static final java.lang.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
verboseFailures
public boolean verboseFailures()
- Overrides:
verboseFailures in class EmbedderControls
verboseFiltering
public boolean verboseFiltering()
- Overrides:
verboseFiltering in class EmbedderControls
storyTimeoutInSecs
public long storyTimeoutInSecs()
- Overrides:
storyTimeoutInSecs in class EmbedderControls
threads
public int threads()
- Overrides:
threads in class EmbedderControls
toString
public java.lang.String toString()
- Overrides:
toString in class EmbedderControls
Copyright © 2003-2012. All Rights Reserved.