This PR makes use of the api-test-utils framework that is meant to be shared by the API tests and performance tests. Abstracts away rest-assured a bit by utilizing helper class ApiResponse instead of Response. Provides helper methods for posting, getting, updating entities and means to inspect the response.
This PR makes use of the api-test-utils framework that is meant to be shared by the API tests and performance tests. Abstracts away rest-assured a bit by utilizing helper class ApiResponse instead of Response. Provides helper methods for posting, getting, updating entities and means to inspect the response.