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