Lines Matching full:in
8 bool "Add a failed assert in the after phase"
11 bool "Add a failed assert in the teardown phase"
14 bool "Add a failed assume in the after phase"
17 bool "Add a failed assume in the teardown phase"
20 bool "Add a call to ztest_test_pass() in the after phase"
23 bool "Add a call to ztest_test_pass() in the teardown phase"
32 default "ERROR: cannot fail in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSERT_AFTER
33 default "ERROR: cannot fail in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSERT_TEARDOWN
34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER
35 default "ERROR: cannot skip in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_ASSUME_TEARDOWN
36 default "ERROR: cannot pass in test phase 'after()', bailing" if ZTEST_FAIL_TEST_PASS_AFTER
37 default "ERROR: cannot pass in test phase 'teardown()', bailing" if ZTEST_FAIL_TEST_PASS_TEARDOWN