Searched refs:testStrings1 (Results 1 - 2 of 2) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_strings.c | 266 const char *testStrings1[] = { "foo", "foo", "foo", "foo" }; in testEqualStringEachEqual() local 270 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 4); in testEqualStringEachEqual() 271 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 1); in testEqualStringEachEqual()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 1934 const char *testStrings1[] = { "foo", "foo", "foo", "foo" }; in testEqualStringEachEqual() local 1938 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 4); in testEqualStringEachEqual() 1939 TEST_ASSERT_EACH_EQUAL_STRING("foo", testStrings1, 1); in testEqualStringEachEqual()
|
Completed in 7 milliseconds