Releases: ololx/restful-test-instances
Releases · ololx/restful-test-instances
The test categories
[0.8.0] - 2020-09-29
Added
- The Integration Controller tests;
- The test categories.
Added tests of an organisation controller layer
Added
- The uint tests of CRUD organisation controller methods for the organization creating, updating, deleting or finding;
- The integration tests of organisation controller layer.
Added the tests for CRD service layer methods and custom organization model mapper with Mockito usage
Added the tests for CRD service layer methods and custom organization model mapper with Mockito usage
Pre-release
Pre-release
[0.6.0] - 2020-09-05
Changed
- The organization DTO (define fields as
optional
); - The organization models mapping (use ObjectMapper).
Added
- The tests of CRD organisation service methods for the organization updating, deleting or finding;
- The tests of organisation model mapper.