Closed naXa777 closed 1 year ago
Need to add automated tests to prevent errors like #19 from happening in future. It would be nice to have at least one test per Spring Boot app.
The first thing you can do is write a simple sanity check test that will fail if the application context cannot start.
See https://spring.io/guides/gs/testing-web/ for example.
@aabarmin please assign this issue to me
Sure @naXa777, please go ahead with the ticket.
Need to add automated tests to prevent errors like #19 from happening in future. It would be nice to have at least one test per Spring Boot app.
See https://spring.io/guides/gs/testing-web/ for example.