Documentation
Table of Contents
This is a basic unit testing library. It can be used to crreate and run regression tests for functions with various cases.
Objects of type testcase have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| addvalue | function | |
| cleanup | function | |
| defaultTestResult | function | |
| description | string | |
| fail | function | |
| failIf | function | |
| failIfAlmostEqual | function | |
| failIfEqual | function | |
| failUnless | function | |
| failUnlessAlmostEqual | function | |
| failUnlessEqual | function | |
| failUnlessError | function | |
| failureError | integer | |
| name | string | |
| reporteqerror | function | |
| reporteqerror_datetimes | function | |
| result | string | |
| run | function | |
| setup | function | |
| test | function | |
| testref | type(*) | |
| type | type | |
| values | list |
testcasevar.reporteqerror_datetimes (
testcase ,
integer me,
type(*) id,
type(*) expected,
function result,
string evalfunc )
pattern



