Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_STRING_MESSAGE (Results 1 - 16 of 16) sorted by relevance

/third_party/cJSON/tests/
H A Dprint_object.c62 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 Dprint_array.c61 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 Dprint_number.c42 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 Dprint_string.c38 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, printed, "The printed string isn't as expected."); in assert_print_string()
H A Dprint_value.c52 TEST_ASSERT_EQUAL_STRING_MESSAGE(input, buffer.buffer, "Printed value is not as expected."); in assert_print_value()
H A Dparse_string.c55 TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, item->valuestring, "The parsed result isn't as expected."); in assert_parse_string()
H A Dparse_object.c49 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 DtestRunnerGeneratorWithMocks.c118 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 DtestRunnerGenerator.c117 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 DtestRunnerGenerator.c119 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 DtestRunnerGeneratorWithMocks.c120 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 Dtest_unity_core.c368 TEST_ASSERT_EQUAL_STRING_MESSAGE("MEH", "GUH", "Should Fail And Say DetailNew"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()
H A Dtest_unity_strings.c41 TEST_ASSERT_EQUAL_STRING_MESSAGE("foo", "foo", "foo isn't foo"); in testEqualStrings()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1723 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 Dunity.h427 #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 Dunity.h583 #define TEST_ASSERT_EQUAL_STRING_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_STRING((expected), (actual), __LINE__, (message)) macro

Completed in 16 milliseconds