UnitTestHarness
1.0
Unit Testing Tool
|
Files | |
file | fwUnitTestComponentFromCommandLine.ctl |
file | fwUnitTestComponentGenerateResultsReport.ctl |
This file contains the functions to write the XML results files. A XML file is created for each of the components. | |
file | fwUnitTestComponentParseConfigurationXml.ctl |
Finds which tests to run by parsing the unitTestConfiguration XML file. If the tests are not specified in the configuration file then uses fwUnitTestComponentTestDiscovery to discover the tests. | |
file | fwUnitTestComponentRemoveComments.ctl |
file | fwUnitTestComponentScriptToEval.ctl |
This script will get passed to evalScript to run the tests. Used by fwUnitTestComponentTestRunner.ctl. | |
file | fwUnitTestComponentTestDiscovery.ctl |
Automatically finds the test suites and test cases. | |
file | fwUnitTestComponentTestRunner.ctl |
This file is used by the fwUnitTestComponentTestRunner.pnl and fwUnitTestComponentStartTestRunner.ctl(when using the python harness) to run the unit tests. | |
file | fwUnitTestComponentUpdateGui.ctl |
Allows the updating of the panel's shapes as the tests are running. This is so the user is given instant feedback. | |