Searched refs:CPPUNIT_ASSERT_MESSAGE (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp94 CPPUNIT_ASSERT_MESSAGE("1. ", status == B_OK);
97 CPPUNIT_ASSERT_MESSAGE("2. ", status == B_OK);
103 CPPUNIT_ASSERT_MESSAGE("3. ", status == B_OK);
109 CPPUNIT_ASSERT_MESSAGE("4. ", status == B_OK);
218 CPPUNIT_ASSERT_MESSAGE("1. removed", removed);
223 CPPUNIT_ASSERT_MESSAGE("2. removed", removed);
228 CPPUNIT_ASSERT_MESSAGE("3. !removed", !removed);
234 CPPUNIT_ASSERT_MESSAGE("4. removed", removed);
239 CPPUNIT_ASSERT_MESSAGE("5. !removed", !removed);
374 CPPUNIT_ASSERT_MESSAGE("
[all...]
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp67 CPPUNIT_ASSERT_MESSAGE("Created with a scheme but no hierarchical segment.",
71 CPPUNIT_ASSERT_MESSAGE("Set to an invalid host", !url.IsValid());
75 CPPUNIT_ASSERT_MESSAGE("Set a protocol with whitespace", !url.IsValid());
77 CPPUNIT_ASSERT_MESSAGE("Set an all-digits protocol", !url.IsValid());
80 CPPUNIT_ASSERT_MESSAGE("Retain invalid state on user change",
83 CPPUNIT_ASSERT_MESSAGE("Retain invalid state on password change",
88 CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set",
92 CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set",
/haiku/src/tests/kits/net/libnetapi/
H A DNetworkUrlTest.cpp399 CPPUNIT_ASSERT_MESSAGE("control check",
402 CPPUNIT_ASSERT_MESSAGE("hyphen in middle",
404 CPPUNIT_ASSERT_MESSAGE("dot at end",
406 CPPUNIT_ASSERT_MESSAGE("simple host",
409 CPPUNIT_ASSERT_MESSAGE("idn domain encoded",
411 CPPUNIT_ASSERT_MESSAGE("idn domain unencoded",
414 CPPUNIT_ASSERT_MESSAGE("dot at start",
416 CPPUNIT_ASSERT_MESSAGE("double dot in domain",
418 CPPUNIT_ASSERT_MESSAGE("double dot",
420 CPPUNIT_ASSERT_MESSAGE("unexpecte
[all...]
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp789 CPPUNIT_ASSERT_MESSAGE(
804 CPPUNIT_ASSERT_MESSAGE(
809 CPPUNIT_ASSERT_MESSAGE(
814 CPPUNIT_ASSERT_MESSAGE(
821 CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::NumBytes data",
823 CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::TotalBytes data",
825 CPPUNIT_ASSERT_MESSAGE("UrlEventData::TotalBytes size does not match",
836 CPPUNIT_ASSERT_MESSAGE("message should be HttpStatus", HttpStatus == message.what);
837 CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::HttpStatusCode data",
842 CPPUNIT_ASSERT_MESSAGE("messag
[all...]
/haiku/headers/tools/cppunit/cppunit/
H A DTestAssert.h139 #define CPPUNIT_ASSERT_MESSAGE(message,condition) \ macro
/haiku/src/tests/kits/shared/
H A DJsonEndToEndTest.cpp120 CPPUNIT_ASSERT_MESSAGE("expected did no equal actual output",

Completed in 99 milliseconds