|
From: creedon <icr...@us...> - 2005-08-22 00:41:52
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/suites/fUnit/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10859 Added Files: Tag: fUnit_Suite-branch initializeResultsTable isTestSuite runTestSuite isTestCase Log Message: fUnit Suite initial import --- NEW FILE: runTestSuite --- (This appears to be a binary file; contents omitted.) --- NEW FILE: isTestCase --- (This appears to be a binary file; contents omitted.) --- NEW FILE: isTestSuite --- (This appears to be a binary file; contents omitted.) --- NEW FILE: initializeResultsTable --- FrontierVcsFile:1:scpt:suites.fUnit.engine.initializeResultsTable on initializeResultsTable (tblAdr) { new (tableType, tblAdr); new (tableType, @tblAdr^.passed); new (tableType, @tblAdr^.failed); new (tableType, @tblAdr^.aborted)} |