Reputation: 2056
I want to implements tests in Spring Boot (Spring Boot 1.4.2.RELEASE), so I am checking this example
https://spring.io/blog/2016/04/15/testing-improvements-in-spring-boot-1-4
but not able to find the given method anywhere in this package
import static org.mockito.Mockito.*
Upvotes: 3
Views: 145