@Retention(value=RUNTIME) @Documented @Target(value=ANNOTATION_TYPE) public @interface Recipe
JenkinsRecipe| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Recipe.Runner> |
value
Specifies the class that sets up the test environment.
|
public abstract Class<? extends Recipe.Runner> value
When a recipe annotation is placed on a test method,
Copyright © 2004-2014. All Rights Reserved.