Searched refs:doCallRealMethod (Results 1 - 6 of 6) sorted by relevance

/external/mockito/src/org/mockito/stubbing/
H A DStubber.java140 * Use it for stubbing consecutive calls in {@link Mockito#doCallRealMethod()} style.
142 * See javadoc for {@link Mockito#doCallRealMethod()}
146 Stubber doCallRealMethod(); method in interface:Stubber
/external/mockito/src/org/mockito/internal/stubbing/
H A DStubberImpl.java62 public Stubber doCallRealMethod() { method in class:StubberImpl
/external/mockito/src/org/mockito/
H A DBDDMockito.java217 * See original {@link Stubber#doCallRealMethod()}
283 return new BDDStubberImpl(mockitoStubber.doCallRealMethod());
328 * see original {@link Mockito#doCallRealMethod()}
332 return new BDDStubberImpl(Mockito.doCallRealMethod());
H A DMockito.java42 * <a href="#12">12. <code>doReturn()</code>|<code>doThrow()</code>|<code>doAnswer()</code>|<code>doNothing()</code>|<code>doCallRealMethod()</code> family of methods</a><br/>
442 * <code>doAnswer()</code>|<code>doNothing()</code>|<code>doCallRealMethod()</code> family of methods</a></h3>
460 * and <code>doCallRealMethod()</code> in place of the corresponding call with <code>when()</code>, for any method.
481 * {@link Mockito#doCallRealMethod()}
1675 * Use <code>doCallRealMethod()</code> when you want to call the real implementation of a method.
1694 * doCallRealMethod().when(mock).someVoidMethod();
1705 public static Stubber doCallRealMethod() { method in class:Mockito
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 190 milliseconds