Searched defs:doNothing (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java807 final Runnable doNothing = new Runnable() { field in class:FuturesTest.TestFutureBatch
842 ImmutableList.of(new TestFuture(doneSuccess, "doneSuccess", doNothing),
843 new TestFuture(doneFailed, "doneFailed", doNothing),
844 new TestFuture(doneCancelled, "doneCancelled", doNothing),
846 doneRuntimeException, "doneRuntimeException", doNothing),
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java114 public static Behaviour doNothing() { return doReturn(null); } method in class:LittleMock

Completed in 54 milliseconds