|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectpatterntesting.check.runtime.junit.JUnit4Runner
public final class JUnit4Runner
This is a helper class to be able to start setUp and tearDown methods (or maybe later other methods) separately. It is e.g. used by the SmokeTestAspect.
| Method Summary | |
|---|---|
static void |
setUp(Object tc)
The setUp method of the give JUnit test case is called here. |
static void |
tearDown(Object tc)
The tearDown method of the give JUnit test case is called here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setUp(Object tc)
tc - the JUnit test casepublic static void tearDown(Object tc)
tc - the JUnit test case
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||