Functions in the Test Framework software component.
More...
|
void | tf_main (TEST_SUITE *ts) |
| This is the entry point of the test framework. More...
|
|
◆ tf_main()
void tf_main |
( |
TEST_SUITE * |
ts | ) |
|
Program flow:
- Test suite Init() callback function is called if function is provided
- Test report statistics is initialized
- Test report headers are written to the standard output
- All defined test cases are executed:
- Test case statistics is initialized
- Test case report header is written to the standard output
- Test case is executed
- Test case results are written to the standard output
- Test case is closed
- Test report footer is written to the standard output
- Test suite Uninit() callback function is called if function is provided
- Function returns