Searched defs:assertInfinite (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java245 assertInfinite(ZERO, false);
246 assertInfinite(NaN, false);
247 assertInfinite(NEGATIVE_INFINITY, true);
248 assertInfinite(POSITIVE_INFINITY, true);
249 assertInfinite(UNIT, false);
420 private static void assertInfinite(Rational object, boolean expected) { method in class:RationalTest

Completed in 55 milliseconds