|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Recipe | |
---|---|
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 | |
---|---|
interface |
WithoutJenkins
An annotation for test methods that do not require the JenkinsRule /HudsonTestCase to 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 | |
---|---|
interface |
LocalData
Runs a test case with a data set local to test method or the test class. |
interface |
PresetData
Runs a test case with one of the preset JENKINS_HOME data set. |
interface |
WithPlugin
Installs the specified plugin before launching Hudson. |
interface |
WithPluginManager
Runs the test case with a custom plugin manager. |
interface |
WithTimeout
Times out the test after the specified number of seconds. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |