[cpp-qt5] client response headers and validation of properties for client and server (#1508)

* Add validation of required properties
Add Header extraction for client
* Remove some todos
* Add Test for Store API
Improve some checks for serialization
This commit is contained in:
sunn
2018-11-29 11:00:37 +01:00
committed by GitHub
parent 5b4a19849e
commit 308515bbc1
53 changed files with 966 additions and 394 deletions

View File

@@ -8,7 +8,7 @@
PetApiTests::PetApiTests () {}
PetApiTests::~PetApiTests () {
exit(1);
}
OAIPetApi* PetApiTests::getApi() {
@@ -35,7 +35,6 @@ void PetApiTests::runTests() {
void PetApiTests::findPetsByStatusTest() {
OAIPetApi* api = getApi();
QEventLoop loop;
QTimer timer;
timer.setInterval(14000);