OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchers
(Results
651 - 675
of
1392
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallManagerTest.java
37
import static org.mockito.
Matchers
.anyBoolean;
38
import static org.mockito.
Matchers
.anyInt;
39
import static org.mockito.
Matchers
.eq;
40
import static org.mockito.
Matchers
.isA;
41
import static org.mockito.
Matchers
.isNull;
CarrierKeyDownloadMgrTest.java
34
import org.mockito.
Matchers
;
169
(
Matchers
.refEq(imsiEncryptionInfo)));
193
(
Matchers
.refEq(imsiEncryptionInfo)));
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
InstalledAppResultLoaderTest.java
23
import static org.mockito.
Matchers
.any;
24
import static org.mockito.
Matchers
.anyInt;
25
import static org.mockito.
Matchers
.anyList;
26
import static org.mockito.
Matchers
.anyString;
27
import static org.mockito.
Matchers
.eq;
SearchFragmentTest.java
22
import static org.mockito.
Matchers
.any;
23
import static org.mockito.
Matchers
.anyInt;
24
import static org.mockito.
Matchers
.anyString;
25
import static org.mockito.
Matchers
.argThat;
26
import static org.mockito.
Matchers
.eq;
/external/google-breakpad/src/testing/test/
gmock-matchers_test.cc
34
// This file tests some commonly used argument
matchers
.
36
#include "gmock/gmock-
matchers
.h"
309
// Tests that
matchers
are copyable.
472
// For testing casting
matchers
between compatible types.
484
// For testing casting
matchers
between compatible types.
889
// gmock-
matchers
.h: ambiguous access to overloaded function
890
// gmock-
matchers
.h: 'testing::Matcher<void *>::Matcher(void *)'
891
// gmock-
matchers
.h: 'testing::Matcher<void *>::Matcher(const testing::
893
// gmock-
matchers
.h: (point of instantiation: 'testing::
895
// gmock-
matchers
.h: (instantiating: 'testing::PolymorphicMat
[
all
...]
/frameworks/base/services/tests/notification/src/com/android/server/notification/
BuzzBeepBlinkTest.java
27
import static org.mockito.
Matchers
.any;
28
import static org.mockito.
Matchers
.anyBoolean;
29
import static org.mockito.
Matchers
.anyInt;
30
import static org.mockito.
Matchers
.anyObject;
31
import static org.mockito.
Matchers
.anyString;
32
import static org.mockito.
Matchers
.argThat;
33
import static org.mockito.
Matchers
.eq;
[
all
...]
GroupHelperTest.java
21
import static org.mockito.
Matchers
.anyInt;
22
import static org.mockito.
Matchers
.anyString;
23
import static org.mockito.
Matchers
.eq;
/prebuilts/misc/common/robolectric/lib/
junit-4.12-javadoc.jar
/external/googletest/googlemock/docs/v1_7/
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
874
## Using
Matchers
as Predicates ##
879
it would be a shame if Google Mock
matchers
are not allowed t
[
all
...]
/external/googletest/googlemock/docs/
DesignDoc.md
260
# Macros for Defining
Matchers
#
263
the same for
matchers
:
280
matchers
/external/googletest/googlemock/test/
gmock-matchers_test.cc
34
// This file tests some commonly used argument
matchers
.
36
#include "gmock/gmock-
matchers
.h"
37
#include "gmock/gmock-more-
matchers
.h"
335
// Tests that
matchers
are copyable.
536
// For testing casting
matchers
between compatible types.
548
// For testing casting
matchers
between compatible types.
1017
// gmock-
matchers
.h: ambiguous access to overloaded function
1018
// gmock-
matchers
.h: 'testing::Matcher<void *>::Matcher(void *)'
1019
// gmock-
matchers
.h: 'testing::Matcher<void *>::Matcher(const testing::
1021
// gmock-
matchers
.h: (point of instantiation: 'testing:
[
all
...]
/external/v8/testing/gmock/test/
gmock-matchers_test.cc
34
// This file tests some commonly used argument
matchers
.
36
#include "gmock/gmock-
matchers
.h"
37
#include "gmock/gmock-more-
matchers
.h"
335
// Tests that
matchers
are copyable.
536
// For testing casting
matchers
between compatible types.
548
// For testing casting
matchers
between compatible types.
1013
// gmock-
matchers
.h: ambiguous access to overloaded function
1014
// gmock-
matchers
.h: 'testing::Matcher<void *>::Matcher(void *)'
1015
// gmock-
matchers
.h: 'testing::Matcher<void *>::Matcher(const testing::
1017
// gmock-
matchers
.h: (point of instantiation: 'testing:
[
all
...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginInstanceManagerTest.java
20
import static org.mockito.
Matchers
.any;
21
import static org.mockito.
Matchers
.anyInt;
22
import static org.mockito.
Matchers
.eq;
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceMigrationTest.java
18
import static org.mockito.
Matchers
.any;
19
import static org.mockito.
Matchers
.anyInt;
20
import static org.mockito.
Matchers
.eq;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotSurfaceTest.java
22
import static org.mockito.
Matchers
.any;
23
import static org.mockito.
Matchers
.anyInt;
24
import static org.mockito.
Matchers
.eq;
/frameworks/support/design/tests/src/android/support/design/widget/
BottomSheetDialogTest.java
22
import static org.hamcrest.
Matchers
.lessThan;
25
import static org.mockito.
Matchers
.any;
26
import static org.mockito.
Matchers
.eq;
/frameworks/support/transition/tests/src/android/support/transition/
FadeTest.java
23
import static org.hamcrest.
Matchers
.greaterThan;
24
import static org.hamcrest.
Matchers
.lessThan;
27
import static org.mockito.
Matchers
.any;
/frameworks/support/v13/tests/java/android/support/v13/view/
DragStartHelperTest.java
19
import static org.mockito.
Matchers
.any;
20
import static org.mockito.
Matchers
.argThat;
21
import static org.mockito.
Matchers
.eq;
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
AppWithAdminGrantedPermissionsCounterTest.java
45
import static org.mockito.
Matchers
.anyInt;
46
import static org.mockito.
Matchers
.anyObject;
47
import static org.mockito.
Matchers
.eq;
/packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
WebViewAppPickerTest.java
51
import static org.mockito.
Matchers
.any;
52
import static org.mockito.
Matchers
.anyInt;
53
import static org.mockito.
Matchers
.eq;
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
EntityHeaderControllerTest.java
52
import static org.mockito.
Matchers
.any;
53
import static org.mockito.
Matchers
.anyInt;
54
import static org.mockito.
Matchers
.eq;
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
WifiSettingsUiTest.java
30
import static org.hamcrest.
Matchers
.allOf;
31
import static org.hamcrest.
Matchers
.not;
32
import static org.hamcrest.
Matchers
.startsWith;
/packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelTest.java
34
import org.mockito.
Matchers
;
190
Mockito.when(manager.isPartnerInput(
Matchers
.anyString())).thenAnswer(
234
Mockito.when(manager.isPartnerInput(
Matchers
.anyString())).thenAnswer(
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java
42
import static org.mockito.
Matchers
.any;
43
import static org.mockito.
Matchers
.anyInt;
44
import static org.mockito.
Matchers
.eq;
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
JacocoCodeCoverageTestTest.java
23
import static org.mockito.
Matchers
.any;
24
import static org.mockito.
Matchers
.anyLong;
25
import static org.mockito.
Matchers
.eq;
Completed in 712 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>