Uses of Class
org.jvnet.hudson.test.HudsonTestCase

Packages that use HudsonTestCase
org.jvnet.hudson.test   
org.jvnet.hudson.test.recipes   
 

Uses of HudsonTestCase in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return HudsonTestCase
 HudsonTestCase HudsonTestCase.with(HudsonHomeLoader homeLoader)
           
 HudsonTestCase HudsonTestCase.withExistingHome(java.io.File source)
           
 HudsonTestCase HudsonTestCase.withNewHome()
           
 HudsonTestCase HudsonTestCase.withPresetData(java.lang.String name)
          Declares that this test case expects to start with one of the preset data sets.
 

Uses of HudsonTestCase in org.jvnet.hudson.test.recipes
 

Methods in org.jvnet.hudson.test.recipes with parameters of type HudsonTestCase
 void LocalData.RunnerImpl.setup(HudsonTestCase testCase, LocalData recipe)
           
 void PresetData.RunnerImpl.setup(HudsonTestCase testCase, PresetData recipe)
           
 void Recipe.Runner.setup(HudsonTestCase testCase, T recipe)
          Called during TestCase.setUp() to prepare the test environment.
 void Recipe.Runner.tearDown(HudsonTestCase testCase, T recipe)
          Called during TestCase.tearDown() to shut down the test environment.
 



Copyright © 2008. All Rights Reserved.