Searched refs:lowerBound (Results 1 – 3 of 3) sorted by relevance
242 @ColorInt int lowerBound) { in assertColorMostlyInRange() argument243 assertTrue(Color.alpha(lowerBound) <= Color.alpha(actual) in assertColorMostlyInRange()245 assertTrue(Color.red(lowerBound) <= Color.red(actual) in assertColorMostlyInRange()247 assertTrue(Color.green(lowerBound) <= Color.green(actual) in assertColorMostlyInRange()249 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
1301 Instant lowerBound = Instant.now(); in testSetToNow() local1312 assertTrue(lowerBound.getEpochSecond() <= actualSeconds in testSetToNow()