Searched refs:notANumber (Results 1 – 7 of 7) sorted by relevance
7 import static org.hamcrest.number.IsNaN.notANumber;13 Matcher<Double> matcher = notANumber(); in copesWithNullsAndUnknownTypes()21 assertMatches(notANumber(), Double.NaN); in matchesNaN()26 assertDoesNotMatch(notANumber(), 1.25); in doesNotMatchDoubleValue()31 assertDoesNotMatch(notANumber(), Double.POSITIVE_INFINITY); in doesNotMatchInfinity()36 assertDescription("a double value of NaN", notANumber()); in describesItself()41 assertMismatchDescription("was <1.25>", notANumber(), 1.25); in describesAMismatch()
35 public static Matcher<Double> notANumber() { in notANumber() method in IsNaN
784 String notANumber = "((-|\\+)?Infinity)|([nN]a[nN])"; in getHexFloatRegex() local786 notANumber).append("))").toString(); in getHexFloatRegex()
1231 public static org.hamcrest.Matcher<java.lang.Double> notANumber() { in notANumber() method in Matchers1232 return org.hamcrest.number.IsNaN.notANumber(); in notANumber()
org/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
168 NSDecimalNumber *decimal_nan = [NSDecimalNumber notANumber];
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...