POD data structure of the Case class. More...
#include <utest_case.h>
 
  
 | Data Fields | |
| const char * | description | 
| Textual description of the test case.  More... | |
| const case_handler_t | handler | 
| Primitive test case handler This is called only if the case setup succeeded.  More... | |
| const case_control_handler_t | control_handler | 
| const case_call_count_handler_t | repeat_count_handler | 
| const case_setup_handler_t | setup_handler | 
| Handler called before the execution of the case handler.  More... | |
| const case_teardown_handler_t | teardown_handler | 
| Handler called after the execution of the case handler.  More... | |
| const case_failure_handler_t | failure_handler | 
| Handler called whenever a faillure occur; at any stage of the case execution (including setup and teardown).  More... | |
POD data structure of the Case class.
Unlike the Case class it can be used as a POD and be put in ROM.
<handler_type>(1)for default handler.
Definition at line 44 of file utest_case.h.