junit.extensions.abbot
Class TestHelper

java.lang.Object
  extended byjunit.extensions.abbot.TestHelper

public class TestHelper
extends Object

Provides automatic test suite generation given command-line arguments. Also allows for a single test to be run if it is specified. Supports "-v" (verbose) to display each test's name prior to running the test (aids in identifying which test failed when the VM crashes).


Method Summary
static TestSuite generateSuite(Class[] classes)
           
static void runTests(String[] args, Class testClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateSuite

public static TestSuite generateSuite(Class[] classes)

runTests

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


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

SourceForge