Go to the source code of this file.
Data Structures | |
class | assertItem |
Item Class that holds the Result of Each Test. More... | |
class | unitList |
Holds the Unit Test(s) List e.g. More... | |
class | assert |
This is the main Unit Testing Class that you will be using for unit testing operation. More... | |
Functions | |
assertItem ($exp, $errMsg=null, $file=null, $line=null) | |
creates a new anonymous assertItem Object (e.g. | |
u ($expVal, $errMsg=null, $file=null, $line=null) | |
alias (shortcut to) of assert::valid() | |
dumpTest () | |
Dumps the test results in an INI File. | |
Variables | |
$GLOBALS ['__uTList'] = new unitList() |
$GLOBALS['__uTList'] = new unitList() |
Definition at line 96 of file unit.php.
Referenced by validation::__construct(), zOrm_core::attachDriver(), zDynOrm::colList(), zDbAccess::colList(), zLogger::commit(), zLogger::debug(), mediaRouter::determineSharedPath(), dumpTest(), zLogger::error(), zOrm_core::exec(), upload::field_exists(), zOrm_core::getFk(), zOrm_core::getPk(), zLogger::hr(), mediaRouter::locateSharedPath(), assert::processTest(), mediaRouter::readFile(), zLogger::release(), mediaRouter::sendContentType(), zLogger::udebugOff(), zLogger::udebugOn(), and upload::validate().