Mockito.spy()
It is similar to mock()
but instead of return default value it will call the actual implementation when not mocked.
Last updated
It is similar to mock()
but instead of return default value it will call the actual implementation when not mocked.
Last updated