Structure representing a test case.
More...
#include <test.h>
|
| const char * | name |
| | Test case name.
|
| |
| void(* | setup )(void) |
| | Test case preparation function.
|
| |
| void(* | teardown )(void) |
| | Test case clean up function.
|
| |
| void(* | execute )(void) |
| | Test case execution function.
|
| |
Structure representing a test case.
Definition at line 58 of file test.h.
◆ execute
| void(* testcase::execute) (void) |
◆ name
| const char* testcase::name |
Test case name.
Definition at line 59 of file test.h.
◆ setup
| void(* testcase::setup) (void) |
◆ teardown
| void(* testcase::teardown) (void) |
The documentation for this struct was generated from the following file: