AperiTestCase

Extends the SimpleTest UnitTestCase class.

AperiTestCase is a direct replacement for SimpleTest's UnitTestCase. There are a few extra assertion methods (below) and some extra hooks in run().

Note that, if you plan to run tests from the Aperiplus test runner script, your test cases should inherit from AperiTestCase otherwise the full set of features won't work.

The array comparison assertions can be useful if you want to assert a list of values but don't care what order they come in or what keys they are assigned to.

SourceForge.net Logo