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