Searched refs:iMethodsReturningMethod (Results 1 – 9 of 9) sorted by relevance
73 case 3 : iMethods.iMethodsReturningMethod(); break; in randomCallOn()
41 IMethods smartNull = mock.iMethodsReturningMethod(); in shouldCombineMockNameAndSmartNulls()
117 assertNotNull(mock.iMethodsReturningMethod()); in shouldMaintainPreviousDefaultAnswer()
390 …when(iMethods.iMethodsReturningMethod().linkedListReturningMethod().contains(anyString())).thenRet… in BUG_ISSUE_399_try_some_mocks_with_current_answers()
86 assertNotNull(namedAndReturningMocks.iMethodsReturningMethod()); in shouldInitMocksWithGivenSettings()
31 return mock.iMethodsReturningMethod(); in unstubbedMethodInvokedHere()
136 IMethods m = mock.iMethodsReturningMethod(); in shouldSayUnstubbedMethodWasInvokedHere()
205 IMethods iMethodsReturningMethod(); in iMethodsReturningMethod() method
386 public IMethods iMethodsReturningMethod() { in iMethodsReturningMethod() method in MethodsImpl