Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testProgressedBothZero (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            assertEquals("1.0 MB", format.formatProgress(1000L * 1000L, -1L));
            assertEquals("1.0 GB", format.formatProgress(1000L * 1000L * 1000L, -1L));
        }
    
        @Test
        void testProgressedBothZero() {
            FileSizeFormat format = new FileSizeFormat();
    
            assertEquals("0 B", format.formatProgress(0L, 0L));
        }
    
        @Test
        void testProgressedSizeWithSize() {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Mar 21 04:56:21 GMT 2025
    - 10.5K bytes
    - Click Count (0)
Back to Top