Searched refs:lowerBound (Results 1 – 4 of 4) sorted by relevance
239 @ColorInt int lowerBound) { in assertColorMostlyInRange() argument240 assertTrue(Color.alpha(lowerBound) <= Color.alpha(actual) in assertColorMostlyInRange()242 assertTrue(Color.red(lowerBound) <= Color.red(actual) in assertColorMostlyInRange()244 assertTrue(Color.green(lowerBound) <= Color.green(actual) in assertColorMostlyInRange()246 assertTrue(Color.blue(lowerBound) <= Color.blue(actual) in assertColorMostlyInRange()
83 public static void assertArrayWithinLowerBound(String message, float[] value, float lowerBound) in assertArrayWithinLowerBound() argument88 message, value[i], lowerBound, i, Arrays.toString(value)), in assertArrayWithinLowerBound()89 value[i] > lowerBound); in assertArrayWithinLowerBound() local
685 long lowerBound = expected * (100 - percentage) / 100; in assertWithinPercentage() local688 assertTrue(msg, lowerBound <= actual); in assertWithinPercentage()
1301 Instant lowerBound = Instant.now(); in testSetToNow() local1312 assertTrue(lowerBound.getEpochSecond() <= actualSeconds in testSetToNow()