org.jvnet.hudson.test.recipes
Annotation Type Recipe


@Retention(value=RUNTIME)
@Documented
@Target(value=ANNOTATION_TYPE)
public @interface Recipe

Meta-annotation for recipe annotations, which controls the test environment set up. This is JUnit3 version of JenkinsRecipe

Author:
Kohsuke Kawaguchi

Required Element Summary
 Class<? extends Recipe.Runner> value
          Specifies the class that sets up the test environment.
 

Element Detail

value

public abstract Class<? extends Recipe.Runner> value
Specifies the class that sets up the test environment.

When a recipe annotation is placed on a test method,



Copyright © 2004-2013. All Rights Reserved.