Home
last modified time | relevance | path

Searched refs:function_called (Results 1 – 1 of 1) sorted by relevance

/lib/kunit/
Dkunit-test.c14 bool function_called; member
22 ctx->function_called = true; in kunit_test_successful_try()
43 KUNIT_EXPECT_TRUE(test, ctx->function_called); in kunit_test_try_catch_successful_try_no_catch()
61 ctx->function_called = true; in kunit_test_catch()
75 KUNIT_EXPECT_TRUE(test, ctx->function_called); in kunit_test_try_catch_unsuccessful_try_does_catch()