Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for progressedSizeWithSizeTestData (0.1 seconds)

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

            FileSizeFormat format = new FileSizeFormat();
            assertEquals(expected, format.formatProgress(progressedSize, -1L));
        }
    
        static Stream<Arguments> progressedSizeWithSizeTestData() {
            return Stream.of(
                    // Zero test
                    Arguments.of(0L, 0L, "0 B"),
    
                    // Bytes tests
                    Arguments.of(0L, 800L, "0/800 B"),
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Mar 21 04:56:21 GMT 2025
    - 14.9K bytes
    - Click Count (0)
Back to Top