Home
last modified time | relevance | path

Searched refs:testC00 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Tests/
H A DTestContainers.cpp35 static const char testC00[] = "The quick brown fox jumps over the lazy dog. "; variable
103 testC00, testC01, testC02, testC03, testC04, testC05, testC06, testC07,
263 test1 = OSString::withCStringNoCopy(testC00); in testString()
271 test1 = OSString::withCString(testC00); in testString()
273 TEST_ASSERT('s', "1b", testC00 != test1->getCStringNoCopy()); in testString()
274 TEST_ASSERT('s', "1c", strcmp(testC00, test1->getCStringNoCopy()) == 0); in testString()
275 TEST_ASSERT('s', "1d", strlen(testC00) == test1->getLength()); in testString()
276 TEST_ASSERT('s', "1e", test1->isEqualTo(testC00)); in testString()
285 test1 = OSString::withCStringNoCopy(testC00); in testString()
287 TEST_ASSERT('s', "2b", testC00 == test1->getCStringNoCopy()); in testString()
[all …]