Lines Matching defs:failed
188 cJSON_bool failed = false;
191 failed |= !test_apply_patch(test);
192 failed |= !test_generate_test(test);
197 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed.");
205 cJSON_bool failed = false;
208 failed |= !test_apply_patch(test);
209 failed |= !test_generate_test(test);
214 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed.");
222 cJSON_bool failed = false;
225 failed |= !test_apply_patch(test);
226 failed |= !test_generate_test(test);
231 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed.");