Searched refs:TEST_ASSERT_FALSE (Results 1 - 10 of 10) sorted by relevance
/third_party/cJSON/tests/ |
H A D | compare_tests.c | 48 TEST_ASSERT_FALSE(cJSON_Compare(NULL, NULL, true)); in cjson_compare_should_compare_null_pointer_as_not_equal() 49 TEST_ASSERT_FALSE(cJSON_Compare(NULL, NULL, false)); in cjson_compare_should_compare_null_pointer_as_not_equal() 57 TEST_ASSERT_FALSE(cJSON_Compare(invalid, invalid, false)); in cjson_compare_should_compare_invalid_as_not_equal() 58 TEST_ASSERT_FALSE(cJSON_Compare(invalid, invalid, true)); in cjson_compare_should_compare_invalid_as_not_equal() 69 TEST_ASSERT_FALSE(compare_from_string("0.5E-100", "0.5E-101", false)); in cjson_compare_should_compare_numbers() 71 TEST_ASSERT_FALSE(compare_from_string("1", "2", true)); in cjson_compare_should_compare_numbers() 72 TEST_ASSERT_FALSE(compare_from_string("1", "2", false)); in cjson_compare_should_compare_numbers() 85 TEST_ASSERT_FALSE(compare_from_string("1LL", "2LL", true)); in cjson_compare_should_compare_int64_numbers() 86 TEST_ASSERT_FALSE(compare_from_string("1LL", "2LL", false)); in cjson_compare_should_compare_int64_numbers() 101 TEST_ASSERT_FALSE(compare_from_strin in cjson_compare_should_compare_booleans() [all...] |
H A D | misc_tests.c | 161 TEST_ASSERT_FALSE(cJSON_IsInvalid(NULL)); in typecheck_functions_should_check_type() 162 TEST_ASSERT_FALSE(cJSON_IsInvalid(item)); in typecheck_functions_should_check_type() 166 TEST_ASSERT_FALSE(cJSON_IsFalse(NULL)); in typecheck_functions_should_check_type() 167 TEST_ASSERT_FALSE(cJSON_IsFalse(invalid)); in typecheck_functions_should_check_type() 172 TEST_ASSERT_FALSE(cJSON_IsTrue(NULL)); in typecheck_functions_should_check_type() 173 TEST_ASSERT_FALSE(cJSON_IsTrue(invalid)); in typecheck_functions_should_check_type() 178 TEST_ASSERT_FALSE(cJSON_IsNull(NULL)); in typecheck_functions_should_check_type() 179 TEST_ASSERT_FALSE(cJSON_IsNull(invalid)); in typecheck_functions_should_check_type() 183 TEST_ASSERT_FALSE(cJSON_IsNumber(NULL)); in typecheck_functions_should_check_type() 184 TEST_ASSERT_FALSE(cJSON_IsNumbe in typecheck_functions_should_check_type() [all...] |
H A D | misc_int64_tests.c | 134 TEST_ASSERT_FALSE(cJSON_IsInt64Number(item)); in typecheck_functions_should_check_type_with_int64() 137 TEST_ASSERT_FALSE(cJSON_IsInt64Number(item)); in typecheck_functions_should_check_type_with_int64() 143 TEST_ASSERT_FALSE(cJSON_IsInt64Number(item)); in typecheck_functions_should_check_type_with_int64() 150 TEST_ASSERT_FALSE(cJSON_IsInt64Number(NULL)); in cjson_functions_should_not_crash_with_null_pointers_with_int64()
|
H A D | readme_examples.c | 246 TEST_ASSERT_FALSE(supports_full_hd(monitor_without_hd)); in supports_full_hd_should_check_for_full_hd_support()
|
H A D | parse_array.c | 52 TEST_ASSERT_FALSE(parse_array(item, &buffer)); in assert_not_array()
|
H A D | parse_object.c | 60 TEST_ASSERT_FALSE(parse_object(item, &parsebuffer)); in assert_not_object()
|
/third_party/unity/test/tests/ |
H A D | test_unity_core.c | 131 TEST_ASSERT_FALSE(0); in testFalse() 145 TEST_ASSERT_FALSE(i); in testSingleStatement() 171 TEST_ASSERT_FALSE(1); in testNotFalse()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 147 TEST_ASSERT_FALSE(0); in testFalse() 174 TEST_ASSERT_FALSE(1); in testNotFalse()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 123 #define TEST_ASSERT_FALSE(condition) UNITY_TEST_ASSERT( !(condition), __LINE__, " Expected FALSE Was TRUE") macro
|
/third_party/unity/src/ |
H A D | unity.h | 138 #define TEST_ASSERT_FALSE(condition) UNITY_TEST_ASSERT( !(condition), __LINE__, " Expected FALSE Was TRUE") macro
|
Completed in 15 milliseconds