- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shouldHandleBoundaryValuesForCapacity (0.5 sec)
-
src/test/java/jcifs/internal/AllocInfoTest.java
@ValueSource(longs = { 0L, 1L, -1L, 1024L, 1048576L, 1073741824L, Long.MAX_VALUE, Long.MIN_VALUE, Long.MAX_VALUE - 1, Long.MIN_VALUE + 1 }) void shouldHandleBoundaryValuesForCapacity(long capacity) { // Given TestAllocInfo allocInfo = new TestAllocInfo(capacity, 0); // When & Then assertEquals(capacity, allocInfo.getCapacity());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.8K bytes - Viewed (0)