Home
last modified time | relevance | path

Searched refs:verifyLessThan (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java214 verifyLessThan(NEGATIVE_INFINITY, UNIT); in testCompareTo()
215 verifyLessThan(NEGATIVE_INFINITY, POSITIVE_INFINITY); in testCompareTo()
216 verifyLessThan(NEGATIVE_INFINITY, ZERO); in testCompareTo()
228 verifyLessThan(new Rational(-5, 25), ZERO); in testCompareTo()
461 private static <T extends Comparable<? super T>> void verifyLessThan(T left, T right) { in verifyLessThan() method in RationalTest