![]() |
no-OS
|
Test case entry for table-driven testing. More...
#include <test_framework.h>
Public Attributes | |
| const char * | name |
| int(* | run )(void) |
| bool | skip |
Test case entry for table-driven testing.
| const char* test_case::name |
Test name (passed to TEST_BEGIN).
| int(* test_case::run) (void) |
Test function (should return 0 on pass, non-zero on failure).
| bool test_case::skip |
If true, skip this test; if false, run it.