Searched refs:upperBound (Results 1 – 4 of 4) sorted by relevance
99 public static void assertArrayWithinUpperBound(String message, float[] value, float upperBound) in assertArrayWithinUpperBound() argument104 message, value[i], upperBound, i, Arrays.toString(value)), in assertArrayWithinUpperBound()105 value[i] < upperBound); in assertArrayWithinUpperBound()
144 int upperBound = bd.getUpperBoundSinceCharge(); in testSystemProto() local146 assertTrue(lowerBound <= upperBound); in testSystemProto()
662 long upperBound = expected * (100 + percentage) / 100; in assertWithinPercentage() local665 assertTrue(msg, upperBound >= actual); in assertWithinPercentage()
1268 Instant upperBound = Instant.now(); in testSetToNow() local1276 && actualSeconds <= upperBound.getEpochSecond()); in testSetToNow()