org.jvnet.hudson.test.recipes
Class LocalData.RuleRunnerImpl
java.lang.Object
org.jvnet.hudson.test.JenkinsRecipe.Runner<LocalData>
org.jvnet.hudson.test.recipes.LocalData.RuleRunnerImpl
- Enclosing class:
- LocalData
public static class LocalData.RuleRunnerImpl
- extends JenkinsRecipe.Runner<LocalData>
Method Summary |
void |
setup(JenkinsRule jenkinsRule,
LocalData recipe)
Called during TestCase.setUp() to prepare the test environment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalData.RuleRunnerImpl
public LocalData.RuleRunnerImpl()
setup
public void setup(JenkinsRule jenkinsRule,
LocalData recipe)
throws Exception
- Description copied from class:
JenkinsRecipe.Runner
- Called during
TestCase.setUp()
to prepare the test environment.
- Overrides:
setup
in class JenkinsRecipe.Runner<LocalData>
- Throws:
Exception
Copyright © 2004-2013. All Rights Reserved.