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

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

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


Constructor Summary
WithTimeout.RuleRunnerImpl()
           
 
Method Summary
 void setup(JenkinsRule jenkinsRule, WithTimeout 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

WithTimeout.RuleRunnerImpl

public WithTimeout.RuleRunnerImpl()
Method Detail

setup

public void setup(JenkinsRule jenkinsRule,
                  WithTimeout recipe)
           throws Exception
Description copied from class: JenkinsRecipe.Runner
Called during TestCase.setUp() to prepare the test environment.

Overrides:
setup in class JenkinsRecipe.Runner<WithTimeout>
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.