samples/client/…/cpp-qt5/PetStore
PetApiTests.cpp +28 -0
PetApiTests.h +2 -0
UserApiTests.cpp +6 -1
UserApiTests.h +4 -0
@@ -77,6 +77,21 @@ void PetApiTests::createAndGetPetTest() {
@@ -153,6 +168,18 @@ void PetApiTests::updatePetTest() {
@@ -229,3 +256,4 @@ void PetApiTests::updatePetWithFormTest() {
@@ -61,6 +61,8 @@ void UserApiTests::createUsersWithArrayInputTest() {
@@ -132,7 +134,7 @@ void UserApiTests::getUserByNameTest() {
@@ -175,6 +177,8 @@ void UserApiTests::logoutUserTest() {
@@ -196,3 +200,4 @@ void UserApiTests::updateUserTest() {
@@ -12,10 +12,14 @@ class UserApiTests : public QObject {