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

<<31323334353637383940>>

  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppDeletionTypeTest.java 34 import static org.mockito.Matchers.eq;
AppsAsyncLoaderTest.java 49 import static org.mockito.Matchers.any;
50 import static org.mockito.Matchers.anyInt;
51 import static org.mockito.Matchers.anyLong;
52 import static org.mockito.Matchers.eq;
DownloadsFilePreferenceTest.java 37 import static org.mockito.Matchers.any;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
SystemStateProviderTest.java 19 import static org.mockito.Matchers.any;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcherTest.java 99 // other XML matchers is working
  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 24 import static org.mockito.Matchers.any;
25 import static org.mockito.Matchers.anyInt;
  /cts/tests/tests/view/src/android/view/cts/
HoverTest.java 25 import static org.mockito.Matchers.argThat;
26 import static org.mockito.Matchers.eq;
  /cts/tests/tests/widget/src/android/widget/cts/
SearchView_CursorTest.java 21 import static org.mockito.Matchers.anyInt;
22 import static org.mockito.Matchers.anyString;
  /external/clang/utils/TableGen/
TableGen.cpp 114 "Generate efficient matchers for HTML tag "
118 "Generate efficient matchers for HTML tag "
  /external/googletest/googlemock/docs/
FrequentlyAskedQuestions.md 12 ## I wrote some matchers. After I upgraded to a new version of Google Mock, they no longer compile. What's going on? ##
15 to make it easier to write matchers that can generate informative
19 Unfortunately, this means that if you have defined your own matchers
21 your definitions will no longer compile. Matchers defined using the
24 Sorry for the hassle if your matchers are affected. We believe it's
132 for matchers defined by implementing `MatcherInterface`):
199 [two](CookBook.md#writing-new-monomorphic-matchers)
200 [recipes](CookBook.md#writing-new-polymorphic-matchers)
  /external/junit/src/main/java/org/junit/rules/
ExpectedException.java 8 import static org.junit.internal.matchers.ThrowableCauseMatcher.hasCause;
9 import static org.junit.internal.matchers.ThrowableMessageMatcher.hasMessage;
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit.jar 
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
FloatingToolbarEspressoUtils.java 30 import static org.hamcrest.Matchers.allOf;
31 import static org.hamcrest.Matchers.is;
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
RestrictedLockUtilsTest.java 25 import static org.mockito.Matchers.any;
26 import static org.mockito.Matchers.eq;
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
A2dpProfileTest.java 42 import static org.mockito.Matchers.any;
43 import static org.mockito.Matchers.eq;
CachedBluetoothDeviceTest.java 20 import static org.mockito.Matchers.any;
21 import static org.mockito.Matchers.anyString;
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestBase.java 22 import static org.mockito.Matchers.anyInt;
23 import static org.mockito.Matchers.eq;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest6.java 20 import static org.mockito.Matchers.any;
21 import static org.mockito.Matchers.eq;
UserDataPreparerTest.java 43 import static org.mockito.Matchers.eq;
44 import static org.mockito.Matchers.isNull;
  /frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
GenericSoundModelTest.java 19 import static org.mockito.Matchers.any;
20 import static org.mockito.Matchers.eq;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LastMileLoggerTest.java 21 import static org.mockito.Matchers.anyString;
22 import static org.mockito.Matchers.contains;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 26 import static org.mockito.Matchers.anyString;
27 import static org.mockito.Matchers.eq;
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/media/
PlaybackBannerControlGlueTest.java 23 import static org.mockito.Matchers.anyInt;
24 import static org.mockito.Matchers.anyString;
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
SearchView_CursorTest.java 21 import static org.mockito.Matchers.anyInt;
22 import static org.mockito.Matchers.anyString;

Completed in 668 milliseconds

<<31323334353637383940>>