#include "CUnit.h"
#include "TestDB.h"
Go to the source code of this file.
Enumerations | |
enum | CU_BasicRunMode { CU_BRM_NORMAL = 0, CU_BRM_SILENT, CU_BRM_VERBOSE } |
Run modes for the basic interface. More... | |
Functions | |
CU_ErrorCode | CU_basic_run_tests (void) |
Run all registered CUnit tests using the basic interface. | |
CU_ErrorCode | CU_basic_run_suite (CU_pSuite pSuite) |
Run all tests for a specific suite in the basic interface. | |
CU_ErrorCode | CU_basic_run_test (CU_pSuite pSuite, CU_pTest pTest) |
Run a single test in a specific suite in the basic interface. | |
void | CU_basic_set_mode (CU_BasicRunMode mode) |
Set the run mode for the basic interface. | |
CU_BasicRunMode | CU_basic_get_mode (void) |
Retrieve the current run mode for the basic interface. | |
void | CU_basic_show_failures (CU_pFailureRecord pFailure) |
Print a summary of run failures to stdout. |