|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JenkinsRule | |
|---|---|
| org.jvnet.hudson.test | Test harness for Hudson and its plugins. |
| Uses of JenkinsRule in org.jvnet.hudson.test |
|---|
| Fields in org.jvnet.hudson.test declared as JenkinsRule | |
|---|---|
JenkinsRule |
JenkinsComputerConnectorTester.jenkinsRule
|
| Methods in org.jvnet.hudson.test that return JenkinsRule | |
|---|---|
JenkinsRule |
JenkinsRule.with(HudsonHomeLoader homeLoader)
|
JenkinsRule |
JenkinsRule.with(hudson.PluginManager pluginManager)
|
JenkinsRule |
JenkinsRule.withExistingHome(File source)
|
JenkinsRule |
JenkinsRule.withNewHome()
|
JenkinsRule |
JenkinsRule.withPresetData(String name)
Declares that this test case expects to start with one of the preset data sets. |
| Methods in org.jvnet.hudson.test with parameters of type JenkinsRule | |
|---|---|
void |
JenkinsRecipe.Runner.decorateHome(JenkinsRule jenkinsRule,
File home)
Called right before Jenkins.Jenkins(java.io.File, javax.servlet.ServletContext) is invoked
to decorate the hudson home directory. |
void |
JenkinsRecipe.Runner.setup(JenkinsRule jenkinsRule,
T recipe)
Called during TestCase.setUp() to prepare the test environment. |
void |
JenkinsRecipe.Runner.tearDown(JenkinsRule jenkinsRule,
T recipe)
Called during TestCase.tearDown() to shut down the test environment. |
| Constructors in org.jvnet.hudson.test with parameters of type JenkinsRule | |
|---|---|
JenkinsComputerConnectorTester(JenkinsRule testCase)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||