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

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

public static class WithTimeout.RunnerImpl
extends Recipe.Runner<WithTimeout>


Constructor Summary
WithTimeout.RunnerImpl()
           
 
Method Summary
 void setup(HudsonTestCase testCase, WithTimeout recipe)
          Called during TestCase.setUp() to prepare the test environment.
 
Methods inherited from class org.jvnet.hudson.test.recipes.Recipe.Runner
decorateHome, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithTimeout.RunnerImpl

public WithTimeout.RunnerImpl()
Method Detail

setup

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

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


Copyright © 2004-2013. All Rights Reserved.