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

Quick Search    Search Deep

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

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

public class TestHelper
extends java.lang.Object

Provides automatic test suite generation given command-line arguments. Also allows for a single test to be run if it is specified.


Constructor Summary
private TestHelper()
           
 
Method Summary
static junit.framework.Test generateSuite(java.lang.Class[] classes)
           
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

TestHelper

private TestHelper()
Method Detail

generateSuite

public static junit.framework.Test generateSuite(java.lang.Class[] classes)

runTests

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