Package org.jvnet.hudson.test.recipes
Class PresetData.RuleRunnerImpl
java.lang.Object
org.jvnet.hudson.test.JenkinsRecipe.Runner<PresetData>
org.jvnet.hudson.test.recipes.PresetData.RuleRunnerImpl
- Enclosing class:
- PresetData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setup
(JenkinsRule jenkinsRule, PresetData recipe) Called duringTestCase.setUp()
to prepare the test environment.Methods inherited from class org.jvnet.hudson.test.JenkinsRecipe.Runner
decorateHome, tearDown
-
Constructor Details
-
RuleRunnerImpl
public RuleRunnerImpl()
-
-
Method Details
-
setup
Description copied from class:JenkinsRecipe.Runner
Called duringTestCase.setUp()
to prepare the test environment.- Overrides:
setup
in classJenkinsRecipe.Runner<PresetData>
-