|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HudsonTestCase | |
|---|---|
| org.jvnet.hudson.test | Test harness for Hudson and its plugins. |
| org.jvnet.hudson.test.recipes | Declaratively specify the environment in which a test will be run. |
| Uses of HudsonTestCase in org.jvnet.hudson.test |
|---|
| Subclasses of HudsonTestCase in org.jvnet.hudson.test | |
|---|---|
class |
GroovyHudsonTestCase
HudsonTestCase with more convenience methods for Groovy. |
| Fields in org.jvnet.hudson.test declared as HudsonTestCase | |
|---|---|
HudsonTestCase |
TestEnvironment.testCase
Current test case being run. |
| Methods in org.jvnet.hudson.test that return HudsonTestCase | |
|---|---|
HudsonTestCase |
HudsonTestCase.with(HudsonHomeLoader homeLoader)
|
HudsonTestCase |
HudsonTestCase.withExistingHome(File source)
|
HudsonTestCase |
HudsonTestCase.withNewHome()
|
HudsonTestCase |
HudsonTestCase.withPresetData(String name)
Declares that this test case expects to start with one of the preset data sets. |
| Constructors in org.jvnet.hudson.test with parameters of type HudsonTestCase | |
|---|---|
TestEnvironment(HudsonTestCase testCase)
|
|
| Uses of HudsonTestCase in org.jvnet.hudson.test.recipes |
|---|
| Methods in org.jvnet.hudson.test.recipes with parameters of type HudsonTestCase | |
|---|---|
void |
Recipe.Runner.decorateHome(HudsonTestCase testCase,
File home)
Called right before Hudson.Hudson(File, ServletContext) is invoked
to decorate the hudson home directory. |
void |
WithPlugin.RunnerImpl.decorateHome(HudsonTestCase testCase,
File home)
|
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 |
WithPlugin.RunnerImpl.setup(HudsonTestCase testCase,
WithPlugin recipe)
|
void |
Recipe.Runner.tearDown(HudsonTestCase testCase,
T recipe)
Called during TestCase.tearDown() to shut down the test environment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||