Releases: Ninja-Squad/springmockk
Releases · Ninja-Squad/springmockk
2.0.1
- syntax highlighting in the README (thanks @ryutoyasugi)
- fix: prevent from providing default mocks when relaxed are required and vice versa (thanks @wojteko22)
2.0.0
- upgrade to Spring Boot 2.2.x. Use the latest 1.x version of SpringMockK if you are still using Spring Boot 2.1.x.
- port the changes made to the official mockito testing support of Spring Boot into SpringMockK
- use Gradle 6
1.1.3
- fix #27: confirmVerified doesn't fail anymore for mocks created by
@MockkBean
1.1.2
- fix #21: add MockK in compile dependencies of published pom.xml to allow adding SpringMockK as dependency and get MockK as transitive dependency
- simplify dependencies: depend on spring-test and spring-boot-test instead of depending on the whole test starter
1.1.1
- fix #15: remove println statement
1.1.0
- upgrade to MockK 1.9.1
- add a
relaxUnitFun
attribute to @MockkBean