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