Lines Matching refs:TEST_ASSERT_NULL_MESSAGE
74 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL pointer.");
77 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL string.");
92 TEST_ASSERT_NULL_MESSAGE(found, "Should not find something that isn't there.");
105 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL pointer.");
108 TEST_ASSERT_NULL_MESSAGE(found, "Failed to fail on NULL string.");
123 TEST_ASSERT_NULL_MESSAGE(found, "Should not find something that isn't there.");
219 TEST_ASSERT_NULL_MESSAGE(cJSON_Parse(deep_json), "To deep JSONs should not be parsed.");
290 TEST_ASSERT_NULL_MESSAGE(parent->child, "Child of the parent wasn't set to NULL.");
481 TEST_ASSERT_NULL_MESSAGE(ensure(&buffer, 200), "Ensure didn't fail with failing realloc.");
680 TEST_ASSERT_NULL_MESSAGE(return_value, "valuestring of reference object should not be changed");