Tag: test
-
Spring Boot Test – JUnit5&Mockito
In this article, we’re going to dive into the spring-boot-starter-test dependency that’s used for writing tests in Spring Boot projects. We’ll go over the important libraries included in this dependency, with a focus on JUnit and Mockito, and even provide some sample codes related to these libraries. spring-boot-starter-test dependency includes the following important libraries: -JUnit-Spring…