|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Documented @Target(value=ANNOTATION_TYPE) public @interface JenkinsRecipe
Meta-annotation for recipe annotations, which controls
the test environment set up.
This is JUnit4 version of Recipe
.
Required Element Summary | |
---|---|
Class<? extends JenkinsRecipe.Runner> |
value
Specifies the class that sets up the test environment. |
Element Detail |
---|
public abstract Class<? extends JenkinsRecipe.Runner> value
When a recipe annotation is placed on a test method,
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |