Testing cloud application covering various parts of MBaaS APIs.
The basic usage is to deploy this application and access /test endpoint,
which will execute all tests and return results (in HTML or JSON format).
Tests can be executed individualy per each area or the MBaaS APIs can be
utilized directly via prepared endpoints.
GET /testexecute all testsGET /cache/testexecute Cache API testsGET /db/testexecute Database API testsGET /stats/testexecute Statistics API tests
GET /cache/saveGET /cache/loadGET /cache/remove
GET /db/createGET /db/updateGET /db/readGET /db/listGET /db/deleteGET /db/deleteall
GET /stats/incGET /stats/decGET /stats/timing