Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testProgressedSizeWithSize (0.1 sec)

  1. compat/maven-embedder/src/test/java/org/apache/maven/cli/transfer/FileSizeFormatTest.java

            FileSizeFormat format = new FileSizeFormat();
    
            long _0_bytes = 0L;
            assertEquals("0 B", format.formatProgress(_0_bytes, _0_bytes));
        }
    
        @Test
        void testProgressedSizeWithSize() {
            FileSizeFormat format = new FileSizeFormat();
    
            long _0_bytes = 0L;
            long _400_bytes = 400L;
            long _800_bytes = 2L * _400_bytes;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top