Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for progressedSize (0.04 sec)

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/transfer/FileSizeFormatTest.java

        }
    
        @ParameterizedTest
        @MethodSource("progressedSizeWithoutSizeTestData")
        void testProgressedSizeWithoutSize(long progressedSize, String expected) {
            FileSizeFormat format = new FileSizeFormat();
            assertEquals(expected, format.formatProgress(progressedSize, -1L));
        }
    
        static Stream<Arguments> progressedSizeWithSizeTestData() {
            return Stream.of(
                    // Zero test
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Mar 21 04:56:21 UTC 2025
    - 14.9K bytes
    - Viewed (0)
Back to top