- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testTrimmed (0.03 sec)
-
guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java
.testEquals(); } /** * This is probably a weird and hacky way to test what we're really trying to test, but hey, it * caught a bug. */ public void testTrimmed() { ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); assertDoesntActuallyTrim(iia); assertDoesntActuallyTrim(iia.subArray(0, 3)); assertActuallyTrims(iia.subArray(0, 2));
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 14:49:24 UTC 2025 - 20.9K bytes - Viewed (0)