junit.extensions.abbot
Class RepeatHelper

java.lang.Object
  extended by junit.extensions.abbot.TestHelper
      extended by junit.extensions.abbot.RepeatHelper

public class RepeatHelper
extends TestHelper

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
protected RepeatHelper()
           
 
Method Summary
protected static String[] parseArgs(String[] args)
           
static void runTests(String[] args, Class testClass)
           
 
Methods inherited from class junit.extensions.abbot.TestHelper
collectTests, generateSuite, getClasspathDirectory, runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatHelper

protected RepeatHelper()
Method Detail

parseArgs

protected static String[] parseArgs(String[] args)

runTests

public static void runTests(String[] args,
                            Class testClass)


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge