Searched refs:CPPUNIT_ASSERT_MESSAGE (Results 1 – 6 of 6) sorted by relevance
/haiku/src/tests/system/kernel/fs/ |
H A D | KPathTest.cpp | 94 CPPUNIT_ASSERT_MESSAGE("1. ", status == B_OK); in TestSetToAndPath() 97 CPPUNIT_ASSERT_MESSAGE("2. ", status == B_OK); in TestSetToAndPath() 103 CPPUNIT_ASSERT_MESSAGE("3. ", status == B_OK); in TestSetToAndPath() 109 CPPUNIT_ASSERT_MESSAGE("4. ", status == B_OK); in TestSetToAndPath() 218 CPPUNIT_ASSERT_MESSAGE("1. removed", removed); in TestRemoveLeaf() 223 CPPUNIT_ASSERT_MESSAGE("2. removed", removed); in TestRemoveLeaf() 228 CPPUNIT_ASSERT_MESSAGE("3. !removed", !removed); in TestRemoveLeaf() 234 CPPUNIT_ASSERT_MESSAGE("4. removed", removed); in TestRemoveLeaf() 239 CPPUNIT_ASSERT_MESSAGE("5. !removed", !removed); in TestRemoveLeaf() 374 CPPUNIT_ASSERT_MESSAGE("1.", !(a == b)); in TestEquals() [all …]
|
/haiku/src/tests/kits/net/service/ |
H A D | UrlTest.cpp | 67 CPPUNIT_ASSERT_MESSAGE("Created with a scheme but no hierarchical segment.", in TestIsValid() 71 CPPUNIT_ASSERT_MESSAGE("Set to an invalid host", !url.IsValid()); in TestIsValid() 75 CPPUNIT_ASSERT_MESSAGE("Set a protocol with whitespace", !url.IsValid()); in TestIsValid() 77 CPPUNIT_ASSERT_MESSAGE("Set an all-digits protocol", !url.IsValid()); in TestIsValid() 80 CPPUNIT_ASSERT_MESSAGE("Retain invalid state on user change", in TestIsValid() 83 CPPUNIT_ASSERT_MESSAGE("Retain invalid state on password change", in TestIsValid() 88 CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set", in TestIsValid() 92 CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set", in TestIsValid()
|
/haiku/src/tests/kits/net/netservices2/ |
H A D | HttpProtocolTest.cpp | 789 CPPUNIT_ASSERT_MESSAGE( in PostTest() 804 CPPUNIT_ASSERT_MESSAGE( in PostTest() 809 CPPUNIT_ASSERT_MESSAGE( in PostTest() 814 CPPUNIT_ASSERT_MESSAGE( in PostTest() 821 CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::NumBytes data", in PostTest() 823 CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::TotalBytes data", in PostTest() 825 CPPUNIT_ASSERT_MESSAGE("UrlEventData::TotalBytes size does not match", in PostTest() 836 CPPUNIT_ASSERT_MESSAGE("message should be HttpStatus", HttpStatus == message.what); in PostTest() 837 CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::HttpStatusCode data", in PostTest() 842 CPPUNIT_ASSERT_MESSAGE("message should be HttpFields", HttpFields == message.what); in PostTest() [all …]
|
/haiku/src/tests/kits/net/libnetapi/ |
H A D | NetworkUrlTest.cpp | 399 CPPUNIT_ASSERT_MESSAGE("control check", in TestBadHosts() 402 CPPUNIT_ASSERT_MESSAGE("hyphen in middle", in TestBadHosts() 404 CPPUNIT_ASSERT_MESSAGE("dot at end", in TestBadHosts() 406 CPPUNIT_ASSERT_MESSAGE("simple host", in TestBadHosts() 409 CPPUNIT_ASSERT_MESSAGE("idn domain encoded", in TestBadHosts() 411 CPPUNIT_ASSERT_MESSAGE("idn domain unencoded", in TestBadHosts() 414 CPPUNIT_ASSERT_MESSAGE("dot at start", in TestBadHosts() 416 CPPUNIT_ASSERT_MESSAGE("double dot in domain", in TestBadHosts() 418 CPPUNIT_ASSERT_MESSAGE("double dot", in TestBadHosts() 420 CPPUNIT_ASSERT_MESSAGE("unexpected characters", in TestBadHosts() [all …]
|
/haiku/headers/tools/cppunit/cppunit/ |
H A D | TestAssert.h | 139 #define CPPUNIT_ASSERT_MESSAGE(message,condition) \ macro
|
/haiku/src/tests/kits/shared/ |
H A D | JsonEndToEndTest.cpp | 120 CPPUNIT_ASSERT_MESSAGE("expected did no equal actual output", in TestParseAndWrite()
|