HomeSort by relevance Sort by last modified time
    Searched defs:stringMethod (Results 1 - 2 of 2) sorted by null

  /external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
ReturnsMocksTest.java 60 String stringMethod();
74 assertEquals("", values.answer(invocationOf(StringMethods.class, "stringMethod")));
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
OptionalMethodTest.java 37 public String stringMethod() {
77 new OptionalMethod<BaseClass>(null, "stringMethod");
79 new OptionalMethod<BaseClass>(String.class, "stringMethod");
81 new OptionalMethod<BaseClass>(Integer.TYPE, "stringMethod");

Completed in 714 milliseconds