HomeSort by relevance Sort by last modified time
    Searched full:matchers (Results 826 - 850 of 1392) sorted by null

<<31323334353637383940>>

  /external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h 39 // ON_CALL(mock_object, Method(argument-matchers))
48 // EXPECT_CALL(mock_object, Method(argument-matchers))
49 // .With(multi-argument-matchers)
75 #include "gmock/gmock-matchers.h"
293 const ArgumentMatcherTuple& matchers)
295 matchers_(matchers),
328 // Returns true iff the given arguments match the matchers.
344 // ON_CALL(mock_object, Method(matchers))
352 // matchers => matchers_
    [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 267 // Matchers for specific binary operators.
444 // Matchers for CmpInst classes
482 // Matchers for SelectInst classes
521 // Matchers for CastInst classes
577 // Matchers for unary operators
669 // Matchers for control flow.
699 // Matchers for max/min idioms, eg: "select (sgt x, y), x, y" -> smax(x,y).
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 52 import static org.mockito.Matchers.any;
53 import static org.mockito.Matchers.anyBoolean;
54 import static org.mockito.Matchers.anyChar;
55 import static org.mockito.Matchers.anyInt;
56 import static org.mockito.Matchers.anyString;
57 import static org.mockito.Matchers.eq;
58 import static org.mockito.Matchers.isNull;
    [all...]
VideoProviderTest.java 50 import static org.mockito.Matchers.any;
51 import static org.mockito.Matchers.anyInt;
52 import static org.mockito.Matchers.anyLong;
53 import static org.mockito.Matchers.anyString;
54 import static org.mockito.Matchers.eq;
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /external/fmtlib/test/gmock/
gmock.h 372 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
7877 MatcherVec matchers; local
7902 MatcherVec matchers; local
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /external/googletest/googlemock/docs/
CookBook.md 625 # Using Matchers #
639 ## Using Simple Matchers ##
641 You can use matchers to match arguments that have a certain property:
663 ## Combining Matchers ##
665 You can build complex matchers from existing ones using `AllOf()`,
684 ## Casting Matchers ##
686 Google Mock matchers are statically typed, meaning that the compiler
865 As a convenience and example, Google Mock provides some matchers for
873 ## Using Matchers as Predicates ##
878 it would be a shame if Google Mock matchers are not allowed t
    [all...]
  /external/guice/core/test/com/google/inject/
TypeListenerTest.java 22 import static com.google.inject.matcher.Matchers.any;
23 import static com.google.inject.matcher.Matchers.only;
29 import com.google.inject.matcher.Matchers;
46 private final Matcher<Object> onlyAbcd = Matchers.only(new TypeLiteral<A>() {})
612 bindListener(Matchers.any(), new TypeListener() {
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
WifiTrackerTest.java 70 import org.mockito.Matchers;
192 Matchers.anyInt());
208 }).when(mockNetworkScoreManager).requestScores(Matchers.<NetworkKey[]>any());
442 Matchers.anyInt(),
444 Matchers.anyInt());
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 24 import static org.mockito.Matchers.any;
25 import static org.mockito.Matchers.anyBoolean;
26 import static org.mockito.Matchers.anyInt;
27 import static org.mockito.Matchers.anyLong;
28 import static org.mockito.Matchers.nullable;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 25 import static org.mockito.Matchers.any;
26 import static org.mockito.Matchers.anyChar;
27 import static org.mockito.Matchers.anyInt;
28 import static org.mockito.Matchers.anyLong;
29 import static org.mockito.Matchers.nullable;
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 25 import static org.mockito.Matchers.any;
26 import static org.mockito.Matchers.anyString;
27 import static org.mockito.Matchers.eq;
SimpleCursorAdapterTest.java 24 import static org.mockito.Matchers.any;
25 import static org.mockito.Matchers.anyInt;
26 import static org.mockito.Matchers.eq;
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 21 import static org.mockito.Matchers.any;
22 import static org.mockito.Matchers.anyString;
23 import static org.mockito.Matchers.eq;
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsObserversTest.java 35 import static org.mockito.Matchers.any;
36 import static org.mockito.Matchers.anyInt;
37 import static org.mockito.Matchers.isA;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 20 import static org.mockito.Matchers.anyBoolean;
21 import static org.mockito.Matchers.anyLong;
22 import static org.mockito.Matchers.nullable;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsServiceControllerTest.java 23 import static org.mockito.Matchers.any;
24 import static org.mockito.Matchers.anyInt;
25 import static org.mockito.Matchers.eq;
  /frameworks/support/transition/tests/src/android/support/transition/
TransitionTest.java 25 import static org.hamcrest.Matchers.hasItem;
26 import static org.hamcrest.Matchers.sameInstance;
29 import static org.mockito.Matchers.any;
  /frameworks/support/wear/tests/src/android/support/wear/widget/
BoxInsetLayoutTest.java 32 import static org.hamcrest.Matchers.closeTo;
33 import static org.hamcrest.Matchers.equalTo;
34 import static org.hamcrest.Matchers.is;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
ProvisioningActivityTest.java 40 import static org.mockito.Matchers.any;
41 import static org.mockito.Matchers.anyString;
42 import static org.mockito.Matchers.eq;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardFeatureProviderImplTest.java 59 import static org.mockito.Matchers.any;
60 import static org.mockito.Matchers.anyInt;
61 import static org.mockito.Matchers.eq;
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 18 import static org.mockito.Matchers.anyInt;
19 import static org.mockito.Matchers.anyString;
20 import static org.mockito.Matchers.eq;

Completed in 987 milliseconds

<<31323334353637383940>>