Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldHandleBoundaryValuesForCapacity (0.5 sec)

  1. 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)
Back to top