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