Releases: pchudzik/springmock
Releases · pchudzik/springmock
v1.1.2
v1.1.0
springmock-mockito
- mocks configuration - @MockitoDouble
- fixed mocks reset in context hierarchy
- optimizations to listener responsible for mock reset between tests methods executions
- 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.
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.