getopt-0.3

jrowe.test
Class ProjectTestCase

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--jrowe.test.ProjectTestCase

public class ProjectTestCase
extends TestSuite

Version:
1.0 11 MAY 2000 Intial version.
Author:
Joshua T. Rowe

Constructor Summary
ProjectTestCase(String projectName)
           
 
Method Summary
protected  void addTest(String className)
           
protected  void addTests(List tests)
           
 void addTests(ProjectTestCase testCase)
           
protected static List createDefaultList()
           
static Test createSelf(Class cls, String name)
           
protected  List createTestList()
           
 List getTests()
           
static void main(String[] args)
           
static Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, countTestCases, run, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectTestCase

public ProjectTestCase(String projectName)
Method Detail

createDefaultList

protected static List createDefaultList()

createTestList

protected List createTestList()

getTests

public List getTests()

addTests

public void addTests(ProjectTestCase testCase)

addTests

protected void addTests(List tests)

addTest

protected void addTest(String className)

createSelf

public static Test createSelf(Class cls,
                              String name)

suite

public static Test suite()

main

public static void main(String[] args)

getopt-0.3