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