Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EACH_EQUAL_STRING (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_strings.c270 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 4); in testEqualStringEachEqual()
271 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 1); in testEqualStringEachEqual()
272 TEST_ASSERT_EACH_EQUAL_STRING("boo", testStrings2, 3); in testEqualStringEachEqual()
273 TEST_ASSERT_EACH_EQUAL_STRING("", testStrings3, 4); in testEqualStringEachEqual()
281 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual1()
290 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual2()
299 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual3()
308 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual4()
315 TEST_ASSERT_EACH_EQUAL_STRING("foo", NULL, 1); in testNotEqualStringEachEqual5()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1938 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 4); in testEqualStringEachEqual()
1939 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 1); in testEqualStringEachEqual()
1940 TEST_ASSERT_EACH_EQUAL_STRING("boo", testStrings2, 3); in testEqualStringEachEqual()
1941 TEST_ASSERT_EACH_EQUAL_STRING("", testStrings3, 4); in testEqualStringEachEqual()
1949 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual1()
1958 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual2()
1967 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual3()
1976 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings, 4); in testNotEqualStringEachEqual4()
1983 TEST_ASSERT_EACH_EQUAL_STRING("foo", NULL, 1); in testNotEqualStringEachEqual5()
/third_party/cJSON/tests/unity/src/
H A Dunity.h276 #define TEST_ASSERT_EACH_EQUAL_STRING(expected, actual, num_elements) UNITY_TEST_ASSERT_EACH_EQUAL_STRING((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h344 #define TEST_ASSERT_EACH_EQUAL_STRING(expected, actual, num_elements) UNITY_TEST_ASSERT_EACH_EQUAL_STRING((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 12 milliseconds