#junit #microservices #integrationTest
An introduction to sample Spring Boot REST API
How to properly write Unit Test and Integration Test for Spring Boot REST API
Source code: https://github.com/mazhar-hassan/how-...
1 - How to write tests for REST APIs
2 - How to write a Unit test for Controller Layer
3 - How to write an Integration test for Controller Layer
4 - How to write a Unit test for Service Layer
5 - How to write an Integration test for Service Layer
6 - How to write an Integration test for Repository