11#include <cppunit/TestAssert.h>
40 CPPUNIT_ASSERT_EQUAL(empty_scheme, protoless_url.
getScheme());
44 CPPUNIT_ASSERT_EQUAL(ftp_scheme, ftp_url.
getScheme());
57 CPPUNIT_ASSERT_EQUAL(aScheme, aUrl.
getScheme());
60 CPPUNIT_ASSERT(urlPointer !=
nullptr);
static void Init()
initializes down-cased protocol scheme names array
AnyP::UriScheme const & getScheme() const
void testDefaultConstructor()
void testConstructScheme()
CPPUNIT_TEST_SUITE_REGISTRATION(testURL)