********* Start testing of tst_QCoapInternalRequest *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_QCoapInternalRequest::initTestCase()
PASS   : tst_QCoapInternalRequest::requestToFrame(request_with_option_and_payload)
PASS   : tst_QCoapInternalRequest::requestToFrame(request_domain)
PASS   : tst_QCoapInternalRequest::requestToFrame(request_ipv6)
PASS   : tst_QCoapInternalRequest::requestToFrame(request_without_payload)
PASS   : tst_QCoapInternalRequest::requestToFrame(request_without_option)
PASS   : tst_QCoapInternalRequest::requestToFrame(request_only)
PASS   : tst_QCoapInternalRequest::requestToFrame(request_with_multiple_options)
QWARN  : tst_QCoapInternalRequest::requestToFrame(request_with_big_option_number) qt.coap.option: Value "abcdefghijklmnopqrstuvwxyz" is probably too big for option 60
PASS   : tst_QCoapInternalRequest::requestToFrame(request_with_big_option_number)
PASS   : tst_QCoapInternalRequest::parseUri(port_path)
PASS   : tst_QCoapInternalRequest::parseUri(path_query)
PASS   : tst_QCoapInternalRequest::parseUri(host_path_query)
PASS   : tst_QCoapInternalRequest::parseUri(proxy_url)
PASS   : tst_QCoapInternalRequest::urlOptions(url_with_default_port)
PASS   : tst_QCoapInternalRequest::urlOptions(url_percent_encoding_uppercase)
PASS   : tst_QCoapInternalRequest::urlOptions(url_with_no_port_uppercase)
PASS   : tst_QCoapInternalRequest::urlOptions(url_with_dot_segments)
PASS   : tst_QCoapInternalRequest::invalidUrls(url_with_non_ascii)
QWARN  : tst_QCoapInternalRequest::invalidUrls(url_no_scheme) qt.coap.exchange: QCoapRequest: Request URL's scheme "example.com" isn't valid for CoAP
PASS   : tst_QCoapInternalRequest::invalidUrls(url_no_scheme)
QWARN  : tst_QCoapInternalRequest::invalidUrls(url_wrong_scheme) qt.coap.exchange: QCoapRequest: Request URL's scheme "http" isn't valid for CoAP
PASS   : tst_QCoapInternalRequest::invalidUrls(url_wrong_scheme)
PASS   : tst_QCoapInternalRequest::isMulticast(ipv4_multicast)
PASS   : tst_QCoapInternalRequest::isMulticast(ipv4_multicast_resource)
PASS   : tst_QCoapInternalRequest::isMulticast(ipv6_multicast_link_local)
PASS   : tst_QCoapInternalRequest::isMulticast(ipv6_multicast_site_local)
PASS   : tst_QCoapInternalRequest::isMulticast(not_multicast)
PASS   : tst_QCoapInternalRequest::parseBlockOption(block_option_1byte_more_blocks)
PASS   : tst_QCoapInternalRequest::parseBlockOption(block_option_1byte_no_more_blocks)
PASS   : tst_QCoapInternalRequest::parseBlockOption(block_option_2bytes_more_blocks)
PASS   : tst_QCoapInternalRequest::parseBlockOption(block_option_2bytes_no_more_blocks)
PASS   : tst_QCoapInternalRequest::parseBlockOption(block_option_3bytes_more_blocks)
PASS   : tst_QCoapInternalRequest::parseBlockOption(block_option_3bytes_no_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block1_option_1byte_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block1_option_1byte_no_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block2_option_1byte)
PASS   : tst_QCoapInternalRequest::createBlockOption(block1_option_2bytes_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block1_option_2bytes_no_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block2_option_2bytes)
PASS   : tst_QCoapInternalRequest::createBlockOption(block1_option_3bytes_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block1_option_3bytes_no_more_blocks)
PASS   : tst_QCoapInternalRequest::createBlockOption(block2_option_3bytes)
PASS   : tst_QCoapInternalRequest::initEmptyMessage(acknowledge)
PASS   : tst_QCoapInternalRequest::initEmptyMessage(reset)
PASS   : tst_QCoapInternalRequest::cleanupTestCase()
Totals: 43 passed, 0 failed, 0 skipped, 0 blacklisted, 5ms
********* Finished testing of tst_QCoapInternalRequest *********
