Searched refs:shouldNotMatch (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 89 String shouldNotMatch = UTF16.valueOf((cp + 1) % 0x110000); in TestCharacters() 90 checkCharPattern(Pattern.compile(pattern), pattern, cpString, shouldNotMatch); in TestCharacters() 93 checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString, shouldNotMatch); in TestCharacters() 131 String shouldNotMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix; 136 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch); 137 …Pattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch); 142 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch); 143 …Pattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch); 248 … void checkCharPattern(Pattern pat, String matchTitle, String shouldMatch, String shouldNotMatch) { 251 matcher.reset(shouldNotMatch); [all …]
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 86 String shouldNotMatch = UTF16.valueOf((cp + 1) % 0x110000); in TestCharacters() 87 checkCharPattern(Pattern.compile(pattern), pattern, cpString, shouldNotMatch); in TestCharacters() 90 checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString, shouldNotMatch); in TestCharacters() 128 String shouldNotMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix; 133 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch); 134 …Pattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch); 139 … checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch); 140 …Pattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch); 245 … void checkCharPattern(Pattern pat, String matchTitle, String shouldMatch, String shouldNotMatch) { 248 matcher.reset(shouldNotMatch); [all …]
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/ |
D | HasPropertyWithValueTest.java | 27 private final BeanWithoutInfo shouldNotMatch = new BeanWithoutInfo("not expected"); field in HasPropertyWithValueTest 39 hasProperty("property", equalTo("is expected")), shouldNotMatch); in testMatchesInfolessBeanWithMatchedNamedProperty() 50 hasProperty("nonExistentProperty", anything()), shouldNotMatch); in testDoesNotMatchInfolessBeanWithoutMatchedNamedProperty() 55 hasProperty("writeOnlyProperty", anything()), shouldNotMatch); in testDoesNotMatchWriteOnlyProperty() 73 …ssertMismatchDescription("No property \"honk\"", hasProperty( "honk", anything()), shouldNotMatch); in testDescribesMissingPropertyMismatch()
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | ReflectionMatchersTest.java | 78 public void shouldNotMatch() throws Exception { in shouldNotMatch() method in ReflectionMatchersTest
|
/external/junit-params/lib/ |
D | assertj-core-1.7.1.jar | META-INF/MANIFEST.MF
META-INF/maven/
META-INF/maven/ ... |