Searched refs:TEST_ASSERT_EQUAL_STRING_MESSAGE (Results 1 - 16 of 16) sorted by relevance
/third_party/cJSON/tests/ |
H A D | print_object.c | 62 TEST_ASSERT_EQUAL_STRING_MESSAGE(input, printed_unformatted, "Unformatted object is not correct."); in assert_print_object() 66 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed_formatted, "Formatted ojbect is not correct."); in assert_print_object()
|
H A D | print_array.c | 61 TEST_ASSERT_EQUAL_STRING_MESSAGE(input, printed_unformatted, "Unformatted array is not correct."); in assert_print_array() 65 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed_formatted, "Formatted array is not correct."); in assert_print_array()
|
H A D | print_number.c | 42 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, buffer.buffer, "Printed number is not as expected."); in assert_print_int64_number() 81 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, buffer.buffer, "Printed number is not as expected."); in assert_print_number()
|
H A D | print_string.c | 38 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed, "The printed string isn't as expected."); in assert_print_string()
|
H A D | print_value.c | 52 TEST_ASSERT_EQUAL_STRING_MESSAGE(input, buffer.buffer, "Printed value is not as expected."); in assert_print_value()
|
H A D | parse_string.c | 55 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, item->valuestring, "The parsed result isn't as expected."); in assert_parse_string()
|
H A D | parse_object.c | 49 TEST_ASSERT_EQUAL_STRING_MESSAGE(name, child_item->string, "Child item has the wrong name."); in assert_is_child()
|
/third_party/cJSON/tests/unity/test/testdata/ |
H A D | testRunnerGeneratorWithMocks.c | 118 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are The Same"); in test_NotBeConfusedByLongComplicatedStrings() 130 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are Still The Same"); in test_StillNotBeConfusedByLongComplicatedStrings()
|
H A D | testRunnerGenerator.c | 117 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are The Same"); in test_NotBeConfusedByLongComplicatedStrings() 129 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are Still The Same"); in test_StillNotBeConfusedByLongComplicatedStrings()
|
/third_party/unity/test/testdata/ |
H A D | testRunnerGenerator.c | 119 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are The Same"); in test_NotBeConfusedByLongComplicatedStrings() 134 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are Still The Same"); in test_StillNotBeConfusedByLongComplicatedStrings()
|
H A D | testRunnerGeneratorWithMocks.c | 120 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are The Same"); in test_NotBeConfusedByLongComplicatedStrings() 132 TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are Still The Same"); in test_StillNotBeConfusedByLongComplicatedStrings()
|
/third_party/unity/test/tests/ |
H A D | test_unity_core.c | 368 TEST_ASSERT_EQUAL_STRING_MESSAGE("MEH", "GUH", "Should Fail And Say DetailNew"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()
|
H A D | test_unity_strings.c | 41 TEST_ASSERT_EQUAL_STRING_MESSAGE("foo", "foo", "foo isn't foo"); in testEqualStrings()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1723 TEST_ASSERT_EQUAL_STRING_MESSAGE("foo", "foo", "foo isn't foo"); in testEqualStrings() 5334 TEST_ASSERT_EQUAL_STRING_MESSAGE("MEH", "GUH", "Should Fail And Say DetailNew"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 427 #define TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_STRING((expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 583 #define TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_STRING((expected), (actual), __LINE__, (message)) macro
|
Completed in 16 milliseconds