Package org.jvnet.hudson.test.recipes
package org.jvnet.hudson.test.recipes
Declaratively specify the environment in which a test will be run.
-
ClassDescriptionRuns a test case with a data set local to test method or the test class.Deprecated.Meta-annotation for recipe annotations, which controls the test environment set up.Recipe.Runner<T extends Annotation>The code that implements the recipe semantics.Installs the specified plugins before launching Jenkins.Runs the test case with a custom plugin manager.Times out the test after the specified number of seconds.Deprecated.New code should use
JenkinsRule
.
JenkinsRule.createDummySecurityRealm()
andMockAuthorizationStrategy
.