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

  /external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DoesNothing.java 15 public class DoesNothing implements Answer<Object>, ValidableAnswer, Serializable {
19 private static final DoesNothing SINGLETON = new DoesNothing();
21 private DoesNothing() {}
23 public static DoesNothing doesNothing(){
  /art/compiler/optimizing/
side_effects_analysis.cc 31 DCHECK(effects.DoesNothing());
34 DCHECK(effects.DoesNothing());
side_effects_test.cc 32 EXPECT_FALSE(write.DoesNothing());
33 EXPECT_FALSE(read.DoesNothing());
79 EXPECT_FALSE(all.DoesNothing());
87 EXPECT_TRUE(none.DoesNothing());
scheduler.cc 334 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) {
nodes.h     [all...]
  /external/mockito/src/test/java/org/mockito/internal/junit/
UnusedStubbingsTest.java 6 import org.mockito.internal.stubbing.answers.DoesNothing;
14 import static org.mockito.internal.stubbing.answers.DoesNothing.doesNothing;
36 new StubbedInvocationMatcher(new InvocationBuilder().toInvocationMatcher(), doesNothing()),
37 new StubbedInvocationMatcher(new InvocationBuilder().toInvocationMatcher(), doesNothing())
  /external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
DoesNothingTest.java 9 import static org.mockito.internal.stubbing.answers.DoesNothing.doesNothing;
41 assertThat(doesNothing().answer(invocation_Void)).isNull();
42 assertThat(doesNothing().answer(invocation_void)).isNull();
43 assertThat(doesNothing().answer(invocation_String)).isNull();
48 doesNothing().validateFor(invocation_String);
53 doesNothing().validateFor(invocation_void);
58 doesNothing().validateFor(invocation_Void);
  /external/mockito/src/main/java/org/mockito/internal/stubbing/
StubberImpl.java 9 import static org.mockito.internal.stubbing.answers.DoesNothing.doesNothing;
93 answers.add(doesNothing());
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/misc/common/robolectric/lib/
mockito-core-1.10.19.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.10.19/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 272 milliseconds