HomeSort by relevance Sort by last modified time
    Searched defs:shouldNotMatch (Results 1 - 3 of 3) sorted by null

  /external/mockito/src/test/java/org/mockitousage/matchers/
ReflectionMatchersTest.java 78 public void shouldNotMatch() throws Exception {
  /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/junit-params/lib/
assertj-core-1.7.1.jar 

Completed in 583 milliseconds