Home
last modified time | relevance | path

Searched refs:testStrings1 (Results 1 - 2 of 2) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_strings.c266 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 Dtestunity.c1934 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