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 /test
execute all testsGET /cache/test
execute Cache API testsGET /db/test
execute Database API testsGET /stats/test
execute Statistics API tests
GET /cache/save
GET /cache/load
GET /cache/remove
GET /db/create
GET /db/update
GET /db/read
GET /db/list
GET /db/delete
GET /db/deleteall
GET /stats/inc
GET /stats/dec
GET /stats/timing