Searched refs:lowerBound (Results 1 – 4 of 4) sorted by relevance
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
143 int lowerBound = bd.getLowerBoundSinceCharge(); in testSystemProto() local145 assertTrue(0 <= lowerBound); in testSystemProto()146 assertTrue(lowerBound <= upperBound); in testSystemProto()
661 long lowerBound = expected * (100 - percentage) / 100; in assertWithinPercentage() local664 assertTrue(msg, lowerBound <= actual); in assertWithinPercentage()
1264 Instant lowerBound = Instant.now(); in testSetToNow() local1275 assertTrue(lowerBound.getEpochSecond() <= actualSeconds in testSetToNow()