- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGCDNegativeZeroThrows (0.2 seconds)
-
guava-tests/test/com/google/common/math/LongMathTest.java
assertThrows(IllegalArgumentException.class, () -> LongMath.gcd(3, a)); } } @GwtIncompatible // TODO public void testGCDNegativeZeroThrows() { for (long a : NEGATIVE_LONG_CANDIDATES) { assertThrows(IllegalArgumentException.class, () -> LongMath.gcd(a, 0)); assertThrows(IllegalArgumentException.class, () -> LongMath.gcd(0, a)); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 30 14:15:36 GMT 2025 - 31.4K bytes - Click Count (0)