|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.castor.xmlctf.CastorTestSuiteRunner
public class CastorTestSuiteRunner
Start tests for the Castor Testing Framework. This is the main class for the Castor Testing Framework. It is all driven from here.
Field Summary | |
---|---|
static java.lang.String |
TEST_OUTPUT_ROOT
The root directory of the place where all the files generated by the different tests have to be put. |
Constructor Summary | |
---|---|
CastorTestSuiteRunner(java.lang.String name)
Default constructor that takes a name per test case. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Runs the Castor Testing Framework. |
static junit.framework.Test |
suite()
Starts a TestCaseAggregator to collect all the tests in the test root directory and its subdirectories. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, 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, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TEST_OUTPUT_ROOT
Constructor Detail |
---|
public CastorTestSuiteRunner(java.lang.String name)
name
- test case nameMethod Detail |
---|
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
args
- the standard command-line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |