Go to the source code of this file.
Enumerations | |
| enum | testreport_result { TESTREPORT_PASSED = 0 , TESTREPORT_FAILED = 1 , TESTREPORT_NOT_TESTED = 2 , TESTREPORT_SKIPPED = 3 } |
Functions | |
| int | testreport_configure (const char *path, const char *suite_name) |
| void | testreport_begin_case (void) |
| void | testreport_end_case (const char *name, enum testreport_result result, const char *failure_location, const char *skip_reason) |
| void | testreport_record_case (const char *name, enum testreport_result result, const char *message) |
| int | testreport_finalize (void) |
| enum testreport_result |
| void testreport_begin_case | ( | void | ) |
| int testreport_configure | ( | const char * | path, |
| const char * | suite_name ) |
| void testreport_end_case | ( | const char * | name, |
| enum testreport_result | result, | ||
| const char * | failure_location, | ||
| const char * | skip_reason ) |
| int testreport_finalize | ( | void | ) |
| void testreport_record_case | ( | const char * | name, |
| enum testreport_result | result, | ||
| const char * | message ) |