********* Start testing of QtOpenAPI::PetApiTests *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-llp64 shared (dynamic) release build; by MSVC 2022), windows 11
PASS   : QtOpenAPI::PetApiTests::initTestCase()
QWARN  : QtOpenAPI::PetApiTests::findPetsByStatusTest() void __cdecl QtOpenAPI::QtOAIPetApi::findPetsByStatusCallback(const class QRestReply &): Failed to convert QJsonValue to QtOAIPet.
QWARN  : QtOpenAPI::PetApiTests::findPetsByStatusTest() void __cdecl QtOpenAPI::QtOAIPetApi::findPetsByStatusCallback(const class QRestReply &): Failed to convert QJsonValue to QtOAIPet.
QDEBUG : QtOpenAPI::PetApiTests::findPetsByStatusTest() Pet id =  1111 status =  "available"
QDEBUG : QtOpenAPI::PetApiTests::findPetsByStatusTest() Pet id =  2222 status =  "sold"
PASS   : QtOpenAPI::PetApiTests::findPetsByStatusTest()
PASS   : QtOpenAPI::PetApiTests::createAndGetPetTest()
PASS   : QtOpenAPI::PetApiTests::updatePetTest()
PASS   : QtOpenAPI::PetApiTests::updatePetWithFormTest()
PASS   : QtOpenAPI::PetApiTests::deleteCreatedPetByBearerTest()
QDEBUG : QtOpenAPI::PetApiTests::deleteCreatedPetNoBearerTest() deletePetErrorOccurred: expected error happened while issuing the request :  "Host requires authentication"
PASS   : QtOpenAPI::PetApiTests::deleteCreatedPetNoBearerTest()
QWARN  : QtOpenAPI::PetApiTests::uploadPetFileTest() "metadata-info" 1645196304 "Hello world!\r\n"
PASS   : QtOpenAPI::PetApiTests::uploadPetFileTest()
PASS   : QtOpenAPI::PetApiTests::mixedApiCallsTest()
PASS   : QtOpenAPI::PetApiTests::getFilesFromServerTest()
PASS   : QtOpenAPI::PetApiTests::sslConfigurationTest()
QDEBUG : QtOpenAPI::PetApiTests::setNoBasicLoginAndPasswordTest() addPetErrorOccurred: expected error happened while issuing the request :  "Host requires authentication"
PASS   : QtOpenAPI::PetApiTests::setNoBasicLoginAndPasswordTest()
QWARN  : QtOpenAPI::PetApiTests::getPatientPetsTest() void __cdecl QtOpenAPI::QtOAIPetApi::findPetsByAgeAndPatienceCallback(const class QRestReply &): Failed to convert QJsonValue to QtOAIPet.
QWARN  : QtOpenAPI::PetApiTests::getPatientPetsTest() void __cdecl QtOpenAPI::QtOAIPetApi::findPetsByAgeAndPatienceCallback(const class QRestReply &): Failed to convert QJsonValue to QtOAIPet.
PASS   : QtOpenAPI::PetApiTests::getPatientPetsTest()
PASS   : QtOpenAPI::PetApiTests::cleanupTestCase()
Totals: 14 passed, 0 failed, 0 skipped, 0 blacklisted, 3491ms
********* Finished testing of QtOpenAPI::PetApiTests *********
