#include <stdio.h>
#include <stdlib.h>
#include "CUError.h"
#include "test_cunit.h"
Functions | |
const char * | get_error_desc (CU_ErrorCode error) |
Internal function to look up the error message for a specified error code. | |
void | test_cunit_CUError (void) |
Variables | |
CU_ErrorCode | g_error_number = CUE_SUCCESS |
Local variable holding the current error code. | |
CU_ErrorCode | g_error_action = CUEA_IGNORE |
Local variable holding the current error action code. |