-
Classes Class Description hudson.slaves.NodeProvisionerRule useRealJenkinsRule
org.jvnet.hudson.test.GroovyHudsonTestCase UseGroovyJenkinsRule
instead.org.jvnet.hudson.test.HudsonTestCase New code should useJenkinsRule
.org.jvnet.hudson.test.recipes.WithTimeout.RunnerImpl New code should useJenkinsRule
.org.jvnet.hudson.test.SecuredMockFolder UseMockAuthorizationStrategy
plusMockFolder
instead.
-
Annotation Types Annotation Type Description org.jvnet.hudson.test.RandomlyFails Using a 2.x parent POM, Surefire will be configured to retry failing tests automatically. If the test fails consistently,Ignore
it.org.jvnet.hudson.test.recipes.PresetData Authentication modes are better defined in code usingJenkinsRule.createDummySecurityRealm()
andMockAuthorizationStrategy
.
-
Fields Field Description org.jvnet.hudson.test.HudsonTestCase.useLocalPluginManager org.jvnet.hudson.test.JenkinsRule.hudson org.jvnet.hudson.test.JenkinsRule.useLocalPluginManager
-
Constructors Constructor Description org.jvnet.hudson.test.TemporaryDirectoryAllocator(File)