OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hamcrest
(Results
151 - 175
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/src/test/java/org/mockitousage/matchers/
HamcrestMatchersTest.java
8
import org.
hamcrest
.BaseMatcher;
9
import org.
hamcrest
.Description;
20
import static org.
hamcrest
.CoreMatchers.is;
23
import static org.mockito.
hamcrest
.MockitoHamcrest.*;
/external/robolectric-shadows/shadows/supportv4/
Android.mk
58
robolectric-
hamcrest
-library-1.3 \
60
robolectric-
hamcrest
-core-1.3 \
96
robolectric-
hamcrest
-library-1.3 \
99
robolectric-
hamcrest
-core-1.3 \
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
TypeSafeMatcher.java
1
package org.
hamcrest
;
3
import org.
hamcrest
.internal.ReflectiveTypeFinder;
/external/jacoco/org.jacoco.examples.test/src/org/jacoco/examples/
ConsoleOutput.java
14
import static org.
hamcrest
.core.Is.is;
23
import org.
hamcrest
.Matcher;
/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivityTest.kt
34
import org.
hamcrest
.Description
35
import org.
hamcrest
.Matcher
36
import org.
hamcrest
.Matchers.not
37
import org.
hamcrest
.TypeSafeMatcher
38
import org.
hamcrest
.core.AllOf.allOf
39
import org.
hamcrest
.core.Is.`is`
40
import org.
hamcrest
.core.IsEqual.equalTo
MainActivityTest.kt
33
import org.
hamcrest
.Description
34
import org.
hamcrest
.Matcher
35
import org.
hamcrest
.Matchers.not
36
import org.
hamcrest
.TypeSafeMatcher
37
import org.
hamcrest
.core.AllOf.allOf
/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivityTest.kt
34
import org.
hamcrest
.Description
35
import org.
hamcrest
.Matcher
36
import org.
hamcrest
.Matchers.not
37
import org.
hamcrest
.TypeSafeMatcher
38
import org.
hamcrest
.core.AllOf.allOf
39
import org.
hamcrest
.core.Is.`is`
40
import org.
hamcrest
.core.IsEqual.equalTo
MainActivityTest.kt
33
import org.
hamcrest
.Description
34
import org.
hamcrest
.Matcher
35
import org.
hamcrest
.Matchers.not
36
import org.
hamcrest
.TypeSafeMatcher
37
import org.
hamcrest
.core.AllOf.allOf
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
SharedSteps.java
29
import org.
hamcrest
.CoreMatchers;
40
import static org.
hamcrest
.core.Is.is;
41
import static org.
hamcrest
.core.IsEqual.equalTo;
42
import static org.
hamcrest
.core.IsNot.not;
43
import static org.
hamcrest
.text.IsEqualIgnoringWhiteSpace.equalToIgnoringWhiteSpace;
/developers/build/prebuilts/gradle/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivityTest.java
26
import static org.
hamcrest
.Matchers.not;
27
import static org.
hamcrest
.core.AllOf.allOf;
28
import static org.
hamcrest
.core.Is.is;
29
import static org.
hamcrest
.core.IsEqual.equalTo;
47
import org.
hamcrest
.Description;
48
import org.
hamcrest
.Matcher;
49
import org.
hamcrest
.TypeSafeMatcher;
MainActivityTest.java
26
import static org.
hamcrest
.Matchers.not;
27
import static org.
hamcrest
.core.AllOf.allOf;
43
import org.
hamcrest
.Description;
44
import org.
hamcrest
.Matcher;
45
import org.
hamcrest
.TypeSafeMatcher;
/developers/samples/android/media/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivityTest.java
31
import org.
hamcrest
.Description;
32
import org.
hamcrest
.Matcher;
33
import org.
hamcrest
.TypeSafeMatcher;
44
import static org.
hamcrest
.Matchers.not;
45
import static org.
hamcrest
.core.AllOf.allOf;
46
import static org.
hamcrest
.core.Is.is;
47
import static org.
hamcrest
.core.IsEqual.equalTo;
/cts/tests/framework/base/windowmanager/src/android/server/wm/
AspectRatioTestsBase.java
21
import static org.
hamcrest
.Matchers.greaterThanOrEqualTo;
22
import static org.
hamcrest
.Matchers.lessThanOrEqualTo;
33
import org.
hamcrest
.Matcher;
SplashscreenTests.java
22
import static org.
hamcrest
.MatcherAssert.assertThat;
23
import static org.
hamcrest
.Matchers.lessThan;
DisplayCutoutTests.java
29
import static org.
hamcrest
.Matchers.equalTo;
30
import static org.
hamcrest
.Matchers.everyItem;
31
import static org.
hamcrest
.Matchers.greaterThan;
32
import static org.
hamcrest
.Matchers.greaterThanOrEqualTo;
33
import static org.
hamcrest
.Matchers.hasItem;
34
import static org.
hamcrest
.Matchers.hasSize;
35
import static org.
hamcrest
.Matchers.is;
36
import static org.
hamcrest
.Matchers.lessThanOrEqualTo;
37
import static org.
hamcrest
.Matchers.not;
38
import static org.
hamcrest
.Matchers.notNullValue
[
all
...]
AlertWindowsTests.java
25
import static org.
hamcrest
.MatcherAssert.assertThat;
26
import static org.
hamcrest
.Matchers.empty;
27
import static org.
hamcrest
.Matchers.greaterThan;
28
import static org.
hamcrest
.Matchers.hasSize;
29
import static org.
hamcrest
.Matchers.lessThan;
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/androidTest/java/com/example/android/autofill/service/data/source/local/
AutofillDaoTest.java
40
import static org.
hamcrest
.MatcherAssert.assertThat;
41
import static org.
hamcrest
.Matchers.contains;
42
import static org.
hamcrest
.Matchers.hasSize;
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/androidTest/java/com/example/android/autofill/service/data/source/local/
AutofillDaoTest.java
40
import static org.
hamcrest
.MatcherAssert.assertThat;
41
import static org.
hamcrest
.Matchers.contains;
42
import static org.
hamcrest
.Matchers.hasSize;
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/
Android.mk
33
hamcrest
hamcrest
-library \
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
AccessibilityEventFilterUtils.java
17
import static org.
hamcrest
.CoreMatchers.allOf;
18
import static org.
hamcrest
.CoreMatchers.both;
27
import org.
hamcrest
.Description;
28
import org.
hamcrest
.TypeSafeMatcher;
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
ReflectiveTypeFinder.java
26
package org.
hamcrest
.internal;
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/comparator/
ComparatorMatcherBuilder.java
1
package org.
hamcrest
.comparator;
3
import org.
hamcrest
.Description;
4
import org.
hamcrest
.Matcher;
5
import org.
hamcrest
.TypeSafeMatcher;
/external/junit/src/main/java/org/junit/internal/matchers/
TypeSafeMatcher.java
5
import org.
hamcrest
.BaseMatcher;
13
* @deprecated Please use {@link org.
hamcrest
.TypeSafeMatcher}.
/external/robolectric-shadows/shadowapi/
Android.mk
44
robolectric-
hamcrest
-core-1.3 \
/external/robolectric-shadows/utils/
Android.mk
42
robolectric-
hamcrest
-core-1.3 \
Completed in 6767 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>