Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

junit.extensions.abbot
Class RepeatHelper  view RepeatHelper download RepeatHelper.java

java.lang.Object
  extended byjunit.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)