Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/serialization/
DParallelSerializationTest.java73 case 3 : iMethods.iMethodsReturningMethod(); break; in randomCallOn()
/external/mockito/src/test/java/org/mockitousage/basicapi/
DMocksCreationTest.java41 IMethods smartNull = mock.iMethodsReturningMethod(); in shouldCombineMockNameAndSmartNulls()
DResetTest.java117 assertNotNull(mock.iMethodsReturningMethod()); in shouldMaintainPreviousDefaultAnswer()
DMocksSerializationTest.java390 …when(iMethods.iMethodsReturningMethod().linkedListReturningMethod().contains(anyString())).thenRet… in BUG_ISSUE_399_try_some_mocks_with_current_answers()
/external/mockito/src/test/java/org/mockitousage/annotation/
DAnnotationsTest.java86 assertNotNull(namedAndReturningMocks.iMethodsReturningMethod()); in shouldInitMocksWithGivenSettings()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DSmartNullsStubbingTest.java31 return mock.iMethodsReturningMethod(); in unstubbedMethodInvokedHere()
/external/mockito/src/test/java/org/mockitousage/stacktrace/
DModellingDescriptiveMessagesTest.java136 IMethods m = mock.iMethodsReturningMethod(); in shouldSayUnstubbedMethodWasInvokedHere()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java205 IMethods iMethodsReturningMethod(); in iMethodsReturningMethod() method
DMethodsImpl.java386 public IMethods iMethodsReturningMethod() { in iMethodsReturningMethod() method in MethodsImpl