junit.framework.Testpublic class TestCaseAggregator
extends junit.framework.TestCase
| Modifier and Type | Field | Description | 
|---|---|---|
static java.lang.String | 
PRINT_STACK_TRACE | 
 Name of the system property to set up the printStackTrace mode. 
 | 
static java.lang.String | 
VERBOSE_PROPERTY | 
 Name of the system property to set up the verbose mode. 
 | 
| Modifier | Constructor | Description | 
|---|---|---|
  | 
TestCaseAggregator(java.io.File directory,
                  java.lang.String testOutputRoot) | 
 Create a new TestCaseAggregator which will inspect the directory given in
 parameter. 
 | 
protected  | 
TestCaseAggregator(java.io.File directory,
                  java.lang.String directoryToHere,
                  java.lang.String testOutputRoot) | 
 Create a new TestCaseAggregator which will inspect the directory given in
 parameter. 
 | 
  | 
TestCaseAggregator(java.lang.String name) | 
 Creates a new TestCaseAggregator with the given name. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
junit.framework.Test | 
suite() | 
 Assembles and returns a test suite containing all known tests. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringpublic static final java.lang.String VERBOSE_PROPERTY
public static final java.lang.String PRINT_STACK_TRACE
public TestCaseAggregator(java.lang.String name)
name - the name of this TestCaseAggregatorpublic TestCaseAggregator(java.io.File directory,
                          java.lang.String testOutputRoot)
directory - the directory to inspect for test case and subdirectorytestOutputRoot - the path to the directory where the test in this
            directory can put there temporary files.protected TestCaseAggregator(java.io.File directory,
                             java.lang.String directoryToHere,
                             java.lang.String testOutputRoot)
directory - the directory to inspect for test case and subdirectorydirectoryToHere - the directory path above "directory"testOutputRoot - the path to the directory where the test in this
            directory can put there temporary files.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com