Skip to content

Releases: pchudzik/springmock

v1.1.2

17 Sep 09:33
Compare
Choose a tag to compare

springmock-spock

  • Fixed spy reset code to handle missing beans - #15
  • Single bean instance will be replaced by mock/spy without matching name #10

springmock-mockito

  • Single bean instance will be replaced by mock/spy without matching name #10

v1.1.0

06 Sep 18:17
Compare
Choose a tag to compare

springmock-mockito

springmock-spock

  • mocks configuration - @SpockDouble
  • optimizations to listener attaching mocks to the currently running specification
  • should not fail when executing on mixed code base with spock and junit tests - #11
  • class level mocks sample
  • mocks and spies can be created and injected into @configuration classes (mock injection example, spy injection example)
  • added possibility to create spies without real object present in context.

v1.0.0

22 Jul 10:05
Compare
Choose a tag to compare

First release. Minimal set of features:

  • @AutowiredMock with name and aliases support
  • @AutowiredSpy with name and aliases support