Skip to content

Releases: Ninja-Squad/springmockk

2.0.1

13 Apr 14:54
Compare
Choose a tag to compare
  • 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

06 Dec 17:39
Compare
Choose a tag to compare
  • 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

29 Sep 07:53
Compare
Choose a tag to compare
  • fix #27: confirmVerified doesn't fail anymore for mocks created by @MockkBean

1.1.2

15 Apr 11:03
Compare
Choose a tag to compare
  • 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

28 Mar 08:01
Compare
Choose a tag to compare
  • fix #15: remove println statement

1.1.0

11 Feb 18:50
Compare
Choose a tag to compare
  • upgrade to MockK 1.9.1
  • add a relaxUnitFun attribute to @MockkBean