Searched refs:expected_call_history (Results 1 – 1 of 1) sorted by relevance
68 void **expected_call_history; in ZTEST() member89 .expected_call_history = (void * []) in ZTEST()113 .expected_call_history = (void * []) in ZTEST()143 .expected_call_history = (void * []) in ZTEST()177 .expected_call_history = (void * []) in ZTEST()213 .expected_call_history = (void * []) in ZTEST()297 if (tc->expected_call_history != NULL) { in ZTEST()299 zassert_not_null(tc->expected_call_history[j]); in ZTEST()300 zassert_equal(fff.call_history[j], tc->expected_call_history[j]); in ZTEST()302 zassert_is_null(tc->expected_call_history[fff.call_history_idx]); in ZTEST()
Completed in 7 milliseconds