Searched refs:zassert_zcbor_string (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/decode/test5_corner_cases/src/ |
| D | main.c | 14 static void zassert_zcbor_string(struct zcbor_string *str, uint8_t *expected, size_t len) in zassert_zcbor_string() function 2338 zassert_zcbor_string(&result1.tstr[0], "hello", 5); in ZTEST() 2339 zassert_zcbor_string(&result2.tstr[0], "hello", 5); in ZTEST() 2340 zassert_zcbor_string(&result3.Union[0].tstr, "hello", 5); in ZTEST() 2341 zassert_zcbor_string(&result1.tstr[1], "world", 5); in ZTEST() 2342 zassert_zcbor_string(&result2.tstr[1], "world", 5); in ZTEST() 2343 zassert_zcbor_string(&result3.Union[1].tstr, "world", 5); in ZTEST() 2354 zassert_zcbor_string(&result3.Union[0].tstr, "hello", 5); in ZTEST() 2355 zassert_zcbor_string(&result3.Union[2].tstr, "world", 5); in ZTEST() 2370 zassert_zcbor_string(&result4.Union[0].Choice3_m.Union[0].tstr, "hello", 5); in ZTEST() [all …]
|