HomeSort by relevance Sort by last modified time
    Searched refs:toIntPrimitive (Results 1 - 3 of 3) sorted by null

  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingWithAdditionalAnswersTest.java 65 given(iMethods.toIntPrimitive(anyInt())).will(returnsFirstArg());
68 assertThat(iMethods.toIntPrimitive(1)).isEqualTo(1);
  /external/mockito/src/test/java/org/mockitousage/
IMethods.java 231 int toIntPrimitive(Integer i);
MethodsImpl.java 438 public int toIntPrimitive(Integer i) {

Completed in 78 milliseconds