Searched refs:CTEST_ERR (Results 1 – 1 of 1) sorted by relevance
/external/cn-cbor/test/ |
D | ctest.h | 96 void CTEST_ERR(char *fmt, ...); // doesn't return 221 void CTEST_ERR(char *fmt, ...) in CTEST_ERR() function 240 CTEST_ERR("%s:%d expected '%s', got '%s'", caller, line, exp, real); in assert_str() 249 CTEST_ERR("%s:%d expected %d bytes, got %d", caller, line, expsize, realsize); in assert_data() 253 CTEST_ERR("%s:%d expected 0x%02x at offset %d got 0x%02x", in assert_data() 261 CTEST_ERR("%s:%d expected %ld, got %ld", caller, line, exp, real); in assert_equal() 267 CTEST_ERR("%s:%d should not be %ld", caller, line, real); in assert_not_equal() 273 CTEST_ERR("%s:%d should be NULL", caller, line); in assert_null() 279 CTEST_ERR("%s:%d should not be NULL", caller, line); in assert_not_null() 285 CTEST_ERR("%s:%d should be true", caller, line); in assert_true() [all …]
|