- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for shouldHandleBoundaryValuesForCapacity (0.19 seconds)
-
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());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.8K bytes - Click Count (0)