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

  /external/lldb/test/functionalities/thread/state/
main.c 24 int doNothing()
39 int result = doNothing();
  /art/test/304-method-tracing/src/
Main.java 23 doNothing();
27 private void doNothing() {}
  /external/mockito/src/org/mockito/stubbing/
Stubber.java 10 * Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
34 * {@link Mockito#doNothing()}
45 * Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
62 * {@link Mockito#doNothing()}
117 * Use it for stubbing consecutive calls in {@link Mockito#doNothing()} style:
119 * doNothing().
123 * See javadoc for {@link Mockito#doNothing()}
127 Stubber doNothing();
  /art/test/088-monitor-verification/src/
Main.java 177 private void doNothing(Object obj) {}
195 doNothing(localObj);
217 doNothing(localObj);
  /frameworks/base/core/java/android/text/method/
ReplacementTransformationMethod.java 64 boolean doNothing = true;
68 doNothing = false;
72 if (doNothing) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsBinderDecoratorTest.java 37 double doNothing();
74 when(mock.doNothing()).thenReturn(SOME_ARBITRARY_DOUBLE);
95 assertEquals(SOME_ARBITRARY_DOUBLE, decoratedMock.doNothing());
  /external/mockito/src/org/mockito/internal/stubbing/
StubberImpl.java 52 public Stubber doNothing() {
  /external/mockito/src/org/mockito/
BDDMockito.java 193 * See original {@link Stubber#doNothing()}
255 return new BDDStubberImpl(mockitoStubber.doNothing());
312 * see original {@link Mockito#doNothing()}
316 return new BDDStubberImpl(Mockito.doNothing());
Mockito.java 42 * <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>
459 * You can use <code>doThrow()</code>, <code>doAnswer()</code>, <code>doNothing()</code>, <code>doReturn()</code>
479 * {@link Mockito#doNothing()}
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 27 import static org.mockito.Mockito.doNothing;
135 // doNothing().when(mMobile.tracker)
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 36 import static com.google.testing.littlemock.LittleMock.doNothing;
517 doNothing().when(mFoo).add("first");
604 doNothing().when(mFoo).add(mCaptureString.capture());
605 doNothing().when(mFoo).getResultLater(mCaptureCallback.capture());
733 doNothing().when(mFoo).add(mCaptureString.capture());
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 807 final Runnable doNothing = new Runnable() {
842 ImmutableList.of(new TestFuture(doneSuccess, "doneSuccess", doNothing),
843 new TestFuture(doneFailed, "doneFailed", doNothing),
844 new TestFuture(doneCancelled, "doneCancelled", doNothing),
846 doneRuntimeException, "doneRuntimeException", doNothing),
    [all...]
  /external/chromium_org/remoting/webapp/background/
it2me_helpee_channel.js 411 base.doNothing, // Ignore |onNatPolicyChanged|.
  /external/chromium_org/remoting/webapp/
base.js 100 base.doNothing = function() {};
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 114 public static Behaviour doNothing() { return doReturn(null); }
    [all...]
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 

Completed in 2913 milliseconds