spring-boot/spring-boot-project/spring-boot-test
Yanming Zhou b49418aaaf Enforce use of BDDMockito
1. Replace Mockito.verify*() with BDDMockito.then()
2. Replace Mockito.doReturn() with BDDMockito.willReturn()
3. Adjust checkstyle rule

See gh-29178
2022-02-01 09:37:15 +01:00
..
src Enforce use of BDDMockito 2022-02-01 09:37:15 +01:00
build.gradle Prohibit unwanted dependencies in all modules not just starters 2021-11-12 20:04:35 +00:00