|
|||||||||
| Home >> All >> junit >> extensions >> [ abbot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
junit.extensions.abbot
Class RepeatHelper

java.lang.Objectjunit.extensions.abbot.RepeatHelper
- public class RepeatHelper
- extends java.lang.Object
Convenience functions to wrap a given test case such that individual methods may be run with heavy repetition, and default suites run with light repetition.
| Constructor Summary | |
private |
RepeatHelper()
|
| Method Summary | |
static void |
runTests(java.lang.String[] args,
java.lang.Class testClass)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
RepeatHelper
private RepeatHelper()
| Method Detail |
runTests
public static void runTests(java.lang.String[] args, java.lang.Class testClass)
|
|||||||||
| Home >> All >> junit >> extensions >> [ abbot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
junit.extensions.abbot.RepeatHelper