HomeSort by relevance Sort by last modified time
    Searched refs:shouldNotMatch (Results 1 - 7 of 7) 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 89 String shouldNotMatch = UTF16.valueOf((cp + 1) % 0x110000);
90 checkCharPattern(Pattern.compile(pattern), pattern, cpString, shouldNotMatch);
93 checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString, shouldNotMatch);
131 String shouldNotMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix;
136 checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
137 checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
142 checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
143 checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
225 private void checkCharPattern(Pattern pat, String matchTitle, String shouldMatch, String shouldNotMatch) {
228 matcher.reset(shouldNotMatch);
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 86 String shouldNotMatch = UTF16.valueOf((cp + 1) % 0x110000);
87 checkCharPattern(Pattern.compile(pattern), pattern, cpString, shouldNotMatch);
90 checkCharPattern(UnicodeRegex.compile(rawPattern), pattern, cpString, shouldNotMatch);
128 String shouldNotMatch = prefix + UTF16.valueOf(temp.charAt(0)) + suffix;
133 checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
134 checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
139 checkCharPattern(UnicodeRegex.compile(rawPattern), rawPattern, shouldMatch, shouldNotMatch);
140 checkCharPattern(UnicodeRegex.compile(rawNegativePattern), rawNegativePattern, shouldNotMatch, shouldMatch);
222 private void checkCharPattern(Pattern pat, String matchTitle, String shouldMatch, String shouldNotMatch) {
225 matcher.reset(shouldNotMatch);
    [all...]
  /external/mockito/src/test/java/org/mockitousage/matchers/
ReflectionMatchersTest.java 78 public void shouldNotMatch() throws Exception {
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 
  /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 335 milliseconds