Searched refs:expect_postface (Results 1 – 1 of 1) sorted by relevance
12 static bool expect_postface; variable56 expect_postface = true; in foo1()63 zassert_true(expect_postface, "%s unexpectedly called", __func__); in postface()64 expect_postface = false; in postface()100 zassert_false(expect_postface); in ZTEST()