|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.test.recipes.Recipe.Runner<T>
T - The recipe annotation associated with this runner.public abstract static class Recipe.Runner<T extends java.lang.annotation.Annotation>
The code that implements the recipe semantics.
| Constructor Summary | |
|---|---|
Recipe.Runner()
|
|
| Method Summary | |
|---|---|
void |
setup(HudsonTestCase testCase,
T recipe)
Called during TestCase.setUp() to prepare the test environment. |
void |
tearDown(HudsonTestCase testCase,
T recipe)
Called during TestCase.tearDown() to shut down the test environment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Recipe.Runner()
| Method Detail |
|---|
public void setup(HudsonTestCase testCase,
T recipe)
throws java.lang.Exception
TestCase.setUp() to prepare the test environment.
java.lang.Exception
public void tearDown(HudsonTestCase testCase,
T recipe)
throws java.lang.Exception
TestCase.tearDown() to shut down the test environment.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||