This is for the people who are using lombok in this order service for the entity class don't use @data use @getter and @setter if u use u will face circular dependency issue which will lead to stack overflow error
The explanation you give about testing and the importance of applying it in development is excellent. validate various scenarios that may arise. Very good Siva for expanding my knowledge even further.
Thanks for explaining different approaches for unit testing. When I thought we can use the same approach you showed in your previous videos, you come up with something new. Kudos for your efforts in expanding our knowledge across various libraries and tools.
Nice video, as always! Instancio seems to be an interesting library, I'll take a deeper look later. I was having questions about how to manage test data generation on my project and maybe this lib could be part of a solution.
This is for the people who are using lombok in this order service for the entity class don't use @data use @getter and @setter if u use u will face circular dependency issue which will lead to stack overflow error
The explanation you give about testing and the importance of applying it in development is excellent. validate various scenarios that may arise. Very good Siva for expanding my knowledge even further.
Thanks for explaining different approaches for unit testing. When I thought we can use the same approach you showed in your previous videos, you come up with something new. Kudos for your efforts in expanding our knowledge across various libraries and tools.
Very cool lesson! Picking many gold nuggets along the way. Happy to be learning new things.
Nice video, as always! Instancio seems to be an interesting library, I'll take a deeper look later. I was having questions about how to manage test data generation on my project and maybe this lib could be part of a solution.
Great Content. it would be nice if you could share the postman collection so we follow along with the API testing
The request json is there in the project tab in the repository. I was also thinking same. but its there.
👍