- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testBigIntegersOffsetExceptions (0.15 seconds)
-
guava-tests/test/com/google/common/collect/DiscreteDomainTest.java
assertEquals( BigInteger.valueOf(Long.MAX_VALUE), DiscreteDomain.bigIntegers().offset(BigInteger.ZERO, Long.MAX_VALUE)); } public void testBigIntegersOffsetExceptions() { assertThrows( IllegalArgumentException.class, () -> DiscreteDomain.bigIntegers().offset(BigInteger.ZERO, -1)); } public void testCustomOffsetExceptions() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 3.7K bytes - Click Count (0)