@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface UsingEmbedder
Modifier and Type | Optional Element and Description |
---|---|
boolean |
batch |
java.lang.Class<?> |
embedder |
boolean |
failOnStoryTimeout |
boolean |
generateViewAfterStories |
boolean |
ignoreFailureInStories |
boolean |
ignoreFailureInView |
java.lang.String[] |
metaFilters |
boolean |
skip |
boolean |
stepsFactory |
long |
storyTimeoutInSecs |
java.lang.String |
systemProperties |
int |
threads |
boolean |
verboseFailures |
boolean |
verboseFiltering |
public abstract java.lang.Class<?> embedder
public abstract boolean batch
public abstract boolean skip
public abstract boolean generateViewAfterStories
public abstract boolean ignoreFailureInStories
public abstract boolean ignoreFailureInView
public abstract boolean verboseFailures
public abstract boolean verboseFiltering
public abstract long storyTimeoutInSecs
public abstract boolean failOnStoryTimeout
public abstract int threads
public abstract boolean stepsFactory
public abstract java.lang.String[] metaFilters
public abstract java.lang.String systemProperties
Copyright © 2003-2014. All Rights Reserved.