org.jvnet.hudson.test.recipes
Class LocalData.RuleRunnerImpl

java.lang.Object
  extended by org.jvnet.hudson.test.JenkinsRecipe.Runner<LocalData>
      extended by org.jvnet.hudson.test.recipes.LocalData.RuleRunnerImpl
Enclosing class:
LocalData

public static class LocalData.RuleRunnerImpl
extends JenkinsRecipe.Runner<LocalData>


Constructor Summary
LocalData.RuleRunnerImpl()
           
 
Method Summary
 void setup(JenkinsRule jenkinsRule, LocalData recipe)
          Called during TestCase.setUp() to prepare the test environment.
 
Methods inherited from class org.jvnet.hudson.test.JenkinsRecipe.Runner
decorateHome, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalData.RuleRunnerImpl

public LocalData.RuleRunnerImpl()
Method Detail

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.