Derived Types

TypeLocationExtendsDescription
TestcafutNone

Abstract class for a single test case. A node in the test linked list.

TestRealArrValcafutTest

Test performed on an array of real values.

TestRealValcafutTest

Test performed on single real values.

TestSuitecafutNone

Holds tests and manages their executtion. Represents a set of procedures to test a certain feature. First node of the test linked list.