Annotation Interface Recipe


Meta-annotation for recipe annotations, which controls the test environment set up. This is JUnit3 version of JenkinsRecipe
Author:
Kohsuke Kawaguchi
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The code that implements the recipe semantics.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Recipe.Runner<?>>
    Specifies the class that sets up the test environment.
  • Element Details

    • value

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

      When a recipe annotation is placed on a test method,