![]() |
ooc
1.3c
Object Oriented tollkit fo ANSI C
|
Test method order table. More...
#include <testcase.h>
Test method order table.
Table storing the test methods' names and entry points. Must be defined in constant (e.g. ROM
) memory area. Fill the table with the TEST macro. This table must be the constructor parameter of your TestCase class. The table must end with a NULL
pair.
Use of the table:
In your main code create your testcase like: