OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resultMatcher
(Results
1 - 6
of
6
) sorted by null
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
FeatureMatcherTest.java
10
private final FeatureMatcher<Thingy, String>
resultMatcher
=
resultMatcher
();
14
assertMatches("feature",
resultMatcher
, new Thingy("bar"));
15
assertDescription("Thingy with result \"bar\"",
resultMatcher
);
20
assertMismatchDescription("result mismatch-description",
resultMatcher
, new Thingy("foo"));
25
assertMismatchDescription("was null",
resultMatcher
, null);
30
resultMatcher
.matches(new ShouldNotMatch());
32
resultMatcher
.describeMismatch(new ShouldNotMatch(), mismatchDescription);
59
private static FeatureMatcher<Thingy, String>
resultMatcher
() {
/tools/tradefederation/core/src/com/android/tradefed/device/
WifiHelper.java
596
Matcher
resultMatcher
= RESULT_PAT.matcher(line);
597
if (
resultMatcher
.matches()) {
598
mResult =
resultMatcher
.group(1);
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar
/prebuilts/misc/common/robolectric/lib/
accessibility-test-framework-2.1.jar
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar
/prebuilts/misc/common/android-support-test/espresso/
espresso_web_release_no_deps.jar
Completed in 1515 milliseconds