Home
last modified time | relevance | path

Searched refs:public_method (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/bugs/
DImplementationOfGenericAbstractMethodNotInvokedOnSpyTest.java12 public String public_method(T value) { in public_method() method in ImplementationOfGenericAbstractMethodNotInvokedOnSpyTest.GenericAbstract
28 assertThat(spy.public_method(73L)).isEqualTo("concrete value"); in should_invoke_method_to_implement()