Uses of Annotation Interface
org.jvnet.hudson.test.recipes.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
Modifier and TypeClassDescription@interface
An annotation for test methods that do not require theJenkinsRule
/HudsonTestCase
to create and tear down the jenkins instance. -
Uses of Recipe in org.jvnet.hudson.test.recipes
Modifier and TypeClassDescription@interface
Runs a test case with a data set local to test method or the test class.@interface
Deprecated.@interface
Installs the specified plugins before launching Jenkins.@interface
Runs the test case with a custom plugin manager.@interface
Times out the test after the specified number of seconds.
JenkinsRule.createDummySecurityRealm()
andMockAuthorizationStrategy
.