HomeSort by relevance Sort by last modified time
    Searched refs:notANumber (Results 1 - 14 of 14) sorted by null

  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
IsNanTest.java 7 import static org.hamcrest.number.IsNaN.notANumber;
13 Matcher<Double> matcher = notANumber();
21 assertMatches(notANumber(), Double.NaN);
26 assertDoesNotMatch(notANumber(), 1.25);
31 assertDoesNotMatch(notANumber(), Double.POSITIVE_INFINITY);
36 assertDescription("a double value of NaN", notANumber());
41 assertMismatchDescription("was <1.25>", notANumber(), 1.25);
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
IsNaN.java 33 * <pre>assertThat(Double.NaN, is(notANumber()))</pre>
35 public static Matcher<Double> notANumber() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 754 String notANumber = "((-|\\+)?Infinity)|([nN]a[nN])";
756 notANumber).append("))").toString();
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java     [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 834 milliseconds