All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- The tests for other organisation service methods.
- The Integration Controller tests;
- The test categories.
- The uint tests of CRUD organisation controller methods for the organization creating, updating, deleting or finding;
- The integration tests of organisation controller layer.
- The organization DTO (define fields as
optional
); - The organization models mapping (use ObjectMapper).
- The tests of CRD organisation service methods for the organization updating, deleting or finding;
- The tests of organisation model mapper.
- The other organisation service methods for the organization updating, deleting or finding.
- The tests for other organisation repository methods on the test containers.
- The tests for other organisation repository methods on the local database.
- The tests for organisation repository methods on the H2 database.
- Init module
service-test
with service layer test ofcreate
method.
- Initial project commit.