Searched refs:thenCallRealMethod (Results 1 – 11 of 11) sorted by relevance
45 when(objectReader.readValue((String) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfStringWithValueType()60 when(objectReader.readValue((byte[]) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfByteArrayWithValueType()74 when(objectReader.readValue((DataInput) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfDataInputWithValueType()88 when(objectReader.readValue((File) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfFileWithValueType()102 when(objectReader.readValue((InputStream) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfInputStreamWithValueType()116 when(objectReader.readValue((JsonNode) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfJsonNodeWithValueType()130 when(objectReader.readValue((Reader) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfReaderWithValueType()144 when(objectReader.readValue((URL) any(), (Class<?>) any())).thenCallRealMethod(); in testValueOfURLWithValueType()
39 when(mock.callInternalMethod()).thenCallRealMethod(); in shouldAllowCallingInternalMethod()46 when(mock.getValue()).thenCallRealMethod(); in shouldReturnRealValue()71 when(mock.getValue()).thenCallRealMethod(); in shouldNotCallRealMethodWhenStubbedLater()
37 when(list.get(0)).thenCallRealMethod(); in shouldFailFastWhenCallingRealMethodOnInterface()79 when(type.getMethod("foo").invoke(object)).thenCallRealMethod(); in shouldAllowDelegatingToDefaultMethod()
26 when(foo.blah(anyString(), anyString())).thenCallRealMethod(); in shouldNotThrowAnyException()
180 OngoingStubbing<T> thenCallRealMethod(); in thenCallRealMethod() method
50 when(l.size()).thenCallRealMethod(); in callAbstractRealMethodOnAbstractClass()
180 when(t.returnA()).thenCallRealMethod(); in callAbstractRealMethod()
79 public OngoingStubbing<T> thenCallRealMethod() { in thenCallRealMethod() method in BaseStubbing
184 return new BDDOngoingStubbingImpl<T>(mockitoOngoingStubbing.thenCallRealMethod()); in willCallRealMethod()
283 when(anyMock.matches(anyObject())).thenCallRealMethod(); in should_serialize_real_partial_mock()
309 when(mock.matches(anyObject())).thenCallRealMethod(); in should_serialize_real_partial_mock()