slf4j-mock icon indicating copy to clipboard operation
slf4j-mock copied to clipboard

defaultAnswer(CALLS_REAL_METHODS) for defaultMock

Open markusschaefer opened this issue 9 months ago • 0 comments

With this PR the defaultAnswer for the defaultMock Spies ist changed to CALLS_REAL_METHOD. This is the same behaviour as when your create a spy with Mockito.spy(new SimpleLogger(name)).

See issue https://github.com/s4u/slf4j-mock/issues/204

markusschaefer avatar May 21 '24 20:05 markusschaefer