Uses of Annotation Interface
org.jvnet.hudson.test.recipes.Recipe
Packages that use Recipe
Package
Description
Test harness for Jenkins and its plugins.
Declaratively specify the environment in which a test will be run.
-
Uses of Recipe in org.jvnet.hudson.test
Classes in org.jvnet.hudson.test with annotations of type RecipeModifier and TypeClassDescription@interfaceAn annotation for test methods that do not require theJenkinsRule/HudsonTestCaseto create and tear down the jenkins instance. -
Uses of Recipe in org.jvnet.hudson.test.recipes
Classes in org.jvnet.hudson.test.recipes with annotations of type RecipeModifier and TypeClassDescription@interfaceRuns a test case with a data set local to test method or the test class.@interfaceDeprecated.@interfaceInstalls the specified plugins before launching Jenkins.@interfaceRuns the test case with a custom plugin manager.@interfaceTimes out the test after the specified number of seconds.
JenkinsRule.createDummySecurityRealm()andMockAuthorizationStrategy.