LucaRitz

Results 1 comments of LucaRitz

I think it does not have to be the default case. In java-mockito, you have to declare that at the initialization of the mock, `Type instance = mock(Type.class, RETURNS_DEEP_STUBS);` Something...