forked from loafle/openapi-generator-original
[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:
@@ -1,8 +1,10 @@
|
||||
#include <QCoreApplication>
|
||||
#include "PetApiTests.h"
|
||||
#include "StoreApiTests.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
QCoreApplication a(argc, argv);
|
||||
PetApiTests::runTests();
|
||||
StoreApiTests::runTests();
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user