class ReflectExport( reflect ) Test : public Dynamic
Each subclass of Test implements a unit test.
Test | Each subclass of Test implements a unit test. |
Macros | Helper macros for generating and using TEST types. |
Macros | |
ASSOCIATE | associates a type with a test, used to tell the test framework which types have been tested. |
CHECK | checks if an expression is true. |
CHECK_EQUAL | A specialized check for comparing values, may give slightly more interesting output compared to CHECK. |
TEST | Defines a new TEST, |
A specialized check for comparing values, may give slightly more interesting output compared to CHECK.
Each subclass of Test implements a unit test.
class ReflectExport( reflect ) Test : public Dynamic