Uses of Class
org.jvnet.hudson.test.recipes.Recipe
-
Packages that use Recipe Package Description org.jvnet.hudson.test Test harness for Jenkins and its plugins.org.jvnet.hudson.test.recipes 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 Recipe Modifier and Type Class Description interfaceWithoutJenkinsAn 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 Recipe Modifier and Type Class Description interfaceLocalDataRuns a test case with a data set local to test method or the test class.interfacePresetDataDeprecated.Authentication modes are better defined in code usingJenkinsRule.createDummySecurityRealm()andMockAuthorizationStrategy.interfaceWithPluginInstalls the specified plugins before launching Jenkins.interfaceWithPluginManagerRuns the test case with a custom plugin manager.interfaceWithTimeoutTimes out the test after the specified number of seconds.
-