Searched refs:assertLower (Results 1 – 2 of 2) sorted by relevance
37 assertLower(intRange, 1); in testConstructor()42 assertLower(intRange2, 100); in testConstructor()47 assertLower(floatRange, Float.NEGATIVE_INFINITY); in testConstructor()152 private static <T extends Comparable<? super T>> void assertLower(Range<T> object, T expected) { in assertLower() method in RangeTest
82 assertLower(250.0f, vt.getXVelocity()); in testDragDeceleration()83 assertLower(250.0f, vt.getYVelocity()); in testDragDeceleration()304 private void assertLower(float maxExpected, float actual) { in assertLower() method in VelocityTest