OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldNotMatch
(Results
1 - 6
of
6
) sorted by null
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java
27
private final BeanWithoutInfo
shouldNotMatch
= new BeanWithoutInfo("not expected");
39
hasProperty("property", equalTo("is expected")),
shouldNotMatch
);
50
hasProperty("nonExistentProperty", anything()),
shouldNotMatch
);
55
hasProperty("writeOnlyProperty", anything()),
shouldNotMatch
);
73
assertMismatchDescription("No property \"honk\"", hasProperty( "honk", anything()),
shouldNotMatch
);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java
84
String
shouldNotMatch
= UTF16.valueOf((cp + 1) % 0x110000);
85
checkCharPattern(Pattern.compile(pattern), pattern, cpString,
shouldNotMatch
);
88
checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString,
shouldNotMatch
);
126
String
shouldNotMatch
= prefix + UTF16.valueOf(temp.charAt(0)) + suffix;
131
checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch,
shouldNotMatch
);
132
checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern,
shouldNotMatch
, shouldMatch);
137
checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch,
shouldNotMatch
);
138
checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern,
shouldNotMatch
, shouldMatch);
220
private void checkCharPattern(Pattern pat, String matchTitle, String shouldMatch, String
shouldNotMatch
) {
223
matcher.reset(
shouldNotMatch
);
[
all
...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java
83
String
shouldNotMatch
= UTF16.valueOf((cp + 1) % 0x110000);
84
checkCharPattern(Pattern.compile(pattern), pattern, cpString,
shouldNotMatch
);
87
checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString,
shouldNotMatch
);
125
String
shouldNotMatch
= prefix + UTF16.valueOf(temp.charAt(0)) + suffix;
130
checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch,
shouldNotMatch
);
131
checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern,
shouldNotMatch
, shouldMatch);
136
checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch,
shouldNotMatch
);
137
checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern,
shouldNotMatch
, shouldMatch);
219
private void checkCharPattern(Pattern pat, String matchTitle, String shouldMatch, String
shouldNotMatch
) {
222
matcher.reset(
shouldNotMatch
);
[
all
...]
/external/mockito/src/test/java/org/mockitousage/matchers/
ReflectionMatchersTest.java
78
public void
shouldNotMatch
() throws Exception {
/external/junit-params/lib/
assertj-core-1.7.1.jar
/prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar
Completed in 126 milliseconds