Procedure | Location | Procedure Type | Description |
---|---|---|---|
addTestRealArrVal | cafut | Subroutine | Compact alternative to add a TestRealArrVal object to the test suite. |
addTestRealVal | cafut | Subroutine | Compact alternative to add a TestRealVal object to the test suite. |
addUnitTest | cafut | Subroutine | Add a Test object to the test suite and make it available for setup. |
deleteTestRealArrVal | cafut | Subroutine | Destruct TestRealVal object by deallocating its next object pointer as well as its res and tgt arrays. |
deleteTestRealVal | cafut | Subroutine | Destruct TestRealVal object by deallocating its next object pointer. |
deleteTestSuite | cafut | Subroutine | Destruct a test suite by deallocating its test pointer attribute. |
newTestRealArrVal_name | cafut | Function | Construct new TestRealArrVal given a name. |
newTestRealVal_name | cafut | Function | Construct new TestRealVal given a name. |
newTestSuite | cafut | Function | Construct a new test suite. |
printFailTestRealArrVal | cafut | Subroutine | Print failure message of a real array comparrison. |
printFailTestRealVal | cafut | Subroutine | Print failure message of a real value comparrison. |
realArrCompInterface | cafut | Interface | |
realArrEq | cafut | Function | Test if two real arrays are exactly equal. Arrays must be of the same length and have the same values in the same positions. Uses epsilon value to account for floating point error. |
realCompInterface | cafut | Interface | |
realEq | cafut | Function | Test if two real values are equal. Uses an epsilon value to account for floating point error. |
runTestRealArrVal | cafut | Function | Run test on real arrays and print summary report for images. |
runTestRealVal | cafut | Function | Run test on real values and print summary report for images. |
runTests | cafut | Subroutine | Run all tests contained in a test suite. |
TestRealArrVal | cafut | Interface | Constructor interface for a TestRealArrVal object. |
TestRealVal | cafut | Interface | Constructor interface for a TestRealVal object. |
TestSuite | cafut | Interface | Constructor interface for a TestSuite object. |