- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for progressedSizeWithSizeTestData (0.08 sec)
-
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"),
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 14.9K bytes - Viewed (0)