Class Main
java.lang.Object
junit.framework.TestSuite
harness.TestHarness
Main
- All Implemented Interfaces:
- junit.framework.Test
public final class Main
- extends TestHarness
Constructor Summary |
Main()
|
Main(boolean verbose,
boolean printInfo,
boolean gui,
java.lang.String testRes,
java.lang.String testFile,
java.lang.String testUrl,
java.lang.String tests)
Constructor. |
Method Summary |
void |
run(junit.framework.TestResult result)
Setup and run the test suites according to the xml configuration file. |
void |
testBlah()
Quick hack to get this suite going at all ... |
Methods inherited from class harness.TestHarness |
getDescription, getName, getSuite, getVerbose, getVerboseStream, printInfo, printInfo, run, setDescription, setName, setSuite, setVerbose, setVerboseStream, toString |
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getTestConstructor, runTest, testAt, testCount, tests, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Main
public Main()
throws java.lang.Exception
- Throws:
java.lang.Exception
Main
public Main(boolean verbose,
boolean printInfo,
boolean gui,
java.lang.String testRes,
java.lang.String testFile,
java.lang.String testUrl,
java.lang.String tests)
throws java.lang.Exception
- Constructor.
- Throws:
java.lang.Exception
testBlah
public void testBlah()
- Quick hack to get this suite going at all ...
run
public void run(junit.framework.TestResult result)
- Setup and run the test suites according to the xml configuration file.
Make the setup itself run like a test, such that setup errors is
reported.
- Specified by:
run
in interface junit.framework.Test
- Overrides:
run
in class TestHarness
Copyright © 2011. All Rights Reserved.