- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSizeWithSelectedScaleUnit (0.14 sec)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/transfer/FileSizeFormatTest.java
long _1000_gigabytes = 1000L * 1000L * 1000L * 1000L; assertEquals("1000 GB", format.format(_1000_gigabytes)); } @Test void testSizeWithSelectedScaleUnit() { FileSizeFormat format = new FileSizeFormat(); long _0_bytes = 0L; assertEquals("0 B", format.format(_0_bytes));
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13K bytes - Viewed (0)