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

  /external/mockito/src/test/java/org/mockitousage/basicapi/
MocksCreationTest.java 45 IMethods smartNull = mock.iMethodsReturningMethod();
ResetTest.java 117 assertNotNull(mock.iMethodsReturningMethod());
MocksSerializationTest.java 392 when(iMethods.iMethodsReturningMethod().linkedListReturningMethod().contains(anyString())).thenReturn(false);
  /external/mockito/src/test/java/org/mockitousage/serialization/
ParallelSerializationTest.java 73 case 3 : iMethods.iMethodsReturningMethod(); break;
  /external/mockito/src/test/java/org/mockitousage/annotation/
AnnotationsTest.java 84 assertNotNull(namedAndReturningMocks.iMethodsReturningMethod());
  /external/mockito/src/test/java/org/mockitousage/stubbing/
SmartNullsStubbingTest.java 31 return mock.iMethodsReturningMethod();
  /external/mockito/src/test/java/org/mockitousage/stacktrace/
ModellingDescriptiveMessagesTest.java 135 IMethods m = mock.iMethodsReturningMethod();
  /external/mockito/src/test/java/org/mockitousage/
IMethods.java 205 IMethods iMethodsReturningMethod();
MethodsImpl.java 386 public IMethods iMethodsReturningMethod() {

Completed in 132 milliseconds