- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testCheckNonNegative_minInt (0.13 seconds)
-
guava-tests/test/com/google/common/math/MathPreconditionsTest.java
MathPreconditions.checkNonNegative("int", 0); } public void testCheckNonNegative_maxInt() { MathPreconditions.checkNonNegative("int", Integer.MAX_VALUE); } public void testCheckNonNegative_minInt() { assertThrows( IllegalArgumentException.class, () -> MathPreconditions.checkNonNegative("int", Integer.MIN_VALUE)); } public void testCheckNonNegative_positiveInt() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 8.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/MathPreconditionsTest.java
MathPreconditions.checkNonNegative("int", 0); } public void testCheckNonNegative_maxInt() { MathPreconditions.checkNonNegative("int", Integer.MAX_VALUE); } public void testCheckNonNegative_minInt() { assertThrows( IllegalArgumentException.class, () -> MathPreconditions.checkNonNegative("int", Integer.MIN_VALUE)); } public void testCheckNonNegative_positiveInt() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 8.1K bytes - Click Count (0)