| 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.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
WithoutJenkins
An annotation for test methods that do not require the
JenkinsRule/HudsonTestCase to create and tear down the jenkins
instance. |
| Modifier and Type | Class and Description |
|---|---|
interface |
LocalData
Runs a test case with a data set local to test method or the test class.
|
interface |
PresetData
Deprecated.
Authentication modes are better defined in code using
JenkinsRule.createDummySecurityRealm() and MockAuthorizationStrategy. |
interface |
WithPlugin
Installs the specified plugins before launching Jenkins.
|
interface |
WithPluginManager
Runs the test case with a custom plugin manager.
|
interface |
WithTimeout
Times out the test after the specified number of seconds.
|
Copyright © 2004–2019. All rights reserved.