| (>:) [OUnit] | Create a TestLabel for a test |
| (>::) [OUnit] | Create a TestLabel for a TestCase |
| (>:::) [OUnit] | Create a TestLabel for a TestList |
| (@?) [OUnit] | Shorthand for assert_bool |
A | |
| assert_bool [OUnit] | Signals a failure when bool is false. |
| assert_equal [OUnit] | Compares two values, when they are not equal a failure is signaled. |
| assert_failure [OUnit] | Signals a failure. |
| assert_raises [OUnit] | Asserts if the expected exception was raised. |
| assert_string [OUnit] | Signals a failure when the string is non-empty. |
B | |
| bracket [OUnit] | |
C | |
| cmp_float [OUnit] | Compare floats up to a given relative error. |
P | |
| perform_test [OUnit] | Perform the test, allows you to build your own test runner |
R | |
| run_test_tt [OUnit] | A simple text based test runner. |
| run_test_tt_main [OUnit] | Main version of the text based test runner. |
S | |
| skip_if [OUnit] |
|
| string_of_node [OUnit] | Make a string from a node |
| string_of_path [OUnit] | Make a string from a path. |
T | |
| test_case_count [OUnit] | Returns the number of available test cases |
| test_case_paths [OUnit] | Returns a list with paths of the test |
| test_decorate [OUnit] |
|
| test_filter [OUnit] |
|
| todo [OUnit] | The associated test is still to be done, for the reason given. |