Searched refs:DummyInterface (Results 1 – 1 of 1) sorted by relevance
19 private interface DummyInterface {} interface in ReplacingObjectMethodsTest26 DummyInterface dummyInterface = Mockito.mock(DummyInterface.class); in shouldProvideMockyImplementationOfToString()