Package org.jvnet.hudson.test
Annotation Interface JenkinsRecipe
Meta-annotation for recipe annotations, which controls
the test environment set up.
This is JUnit4 version of
Recipe
.- Since:
- 1.436
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
JenkinsRecipe.Runner<T extends Annotation>
The code that implements the recipe semantics. -
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends JenkinsRecipe.Runner<?>>
Specifies the class that sets up the test environment.
-
Element Details
-
value
Class<? extends JenkinsRecipe.Runner<?>> valueSpecifies the class that sets up the test environment.When a recipe annotation is placed on a test method,
-