CPPUNIT_ASSERT_MESSAGE
CPPUNIT_ASSERT_MESSAGE("control check",
CPPUNIT_ASSERT_MESSAGE("hyphen in middle",
CPPUNIT_ASSERT_MESSAGE("dot at end",
CPPUNIT_ASSERT_MESSAGE("simple host",
CPPUNIT_ASSERT_MESSAGE("idn domain encoded",
CPPUNIT_ASSERT_MESSAGE("idn domain unencoded",
CPPUNIT_ASSERT_MESSAGE("dot at start",
CPPUNIT_ASSERT_MESSAGE("double dot in domain",
CPPUNIT_ASSERT_MESSAGE("double dot",
CPPUNIT_ASSERT_MESSAGE("unexpected characters",
CPPUNIT_ASSERT_MESSAGE("whitespace",
CPPUNIT_ASSERT_MESSAGE(
CPPUNIT_ASSERT_MESSAGE(
CPPUNIT_ASSERT_MESSAGE(
CPPUNIT_ASSERT_MESSAGE(
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::NumBytes data",
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::TotalBytes data",
CPPUNIT_ASSERT_MESSAGE("UrlEventData::TotalBytes size does not match",
CPPUNIT_ASSERT_MESSAGE("message should be HttpStatus", HttpStatus == message.what);
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::HttpStatusCode data",
CPPUNIT_ASSERT_MESSAGE("message should be HttpFields", HttpFields == message.what);
CPPUNIT_ASSERT_MESSAGE(
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::NumBytes data",
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::TotalBytes data",
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::NumBytes data",
CPPUNIT_ASSERT_MESSAGE("message must have UrlEventData::Success data",
CPPUNIT_ASSERT_MESSAGE(
CPPUNIT_ASSERT_MESSAGE("Created with a scheme but no hierarchical segment.",
CPPUNIT_ASSERT_MESSAGE("Set to an invalid host", !url.IsValid());
CPPUNIT_ASSERT_MESSAGE("Set a protocol with whitespace", !url.IsValid());
CPPUNIT_ASSERT_MESSAGE("Set an all-digits protocol", !url.IsValid());
CPPUNIT_ASSERT_MESSAGE("Retain invalid state on user change",
CPPUNIT_ASSERT_MESSAGE("Retain invalid state on password change",
CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set",
CPPUNIT_ASSERT_MESSAGE("Only protocol and fragment are set",
CPPUNIT_ASSERT_MESSAGE("expected did no equal actual output",
CPPUNIT_ASSERT_MESSAGE("3. ", status == B_OK);
CPPUNIT_ASSERT_MESSAGE("4. ", status == B_OK);
CPPUNIT_ASSERT_MESSAGE("1. removed", removed);
CPPUNIT_ASSERT_MESSAGE("2. removed", removed);
CPPUNIT_ASSERT_MESSAGE("3. !removed", !removed);
CPPUNIT_ASSERT_MESSAGE("4. removed", removed);
CPPUNIT_ASSERT_MESSAGE("5. !removed", !removed);
CPPUNIT_ASSERT_MESSAGE("1.", !(a == b));
CPPUNIT_ASSERT_MESSAGE("2.", a == b);
CPPUNIT_ASSERT_MESSAGE("3.", !(a == b));
CPPUNIT_ASSERT_MESSAGE("1.", a != b);
CPPUNIT_ASSERT_MESSAGE("2.", !(a != b));
CPPUNIT_ASSERT_MESSAGE("3.", a != b);
CPPUNIT_ASSERT_MESSAGE("1. ", status == B_OK);
CPPUNIT_ASSERT_MESSAGE("2. ", status == B_OK);