Home | History | Annotate | Download | only in hamcrest

Lines Matching refs:notANumber

1229    * <pre>assertThat(Double.NaN, is(notANumber()))</pre>
1231 public static org.hamcrest.Matcher<java.lang.Double> notANumber() {
1232 return org.hamcrest.number.IsNaN.notANumber();