Type | Location | Extends | Description |
---|---|---|---|
Test | cafut | None | Abstract class for a single test case. A node in the test linked list. |
TestRealArrVal | cafut | Test | Test performed on an array of real values. |
TestRealVal | cafut | Test | Test performed on single real values. |
TestSuite | cafut | None | Holds tests and manages their executtion. Represents a set of procedures to test a certain feature. First node of the test linked list. |