- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFormatDuration (0.08 sec)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/CLIReportingUtilsTest.java
*/ package org.apache.maven.cli; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; @Deprecated class CLIReportingUtilsTest { @Test void testFormatDuration() { assertEquals("0.001 s", CLIReportingUtils.formatDuration(1)); assertEquals("0.999 s", CLIReportingUtils.formatDuration(1000 - 1)); assertEquals("1.000 s", CLIReportingUtils.formatDuration(1000));Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Dec 01 19:41:22 UTC 2024 - 1.7K bytes - Viewed (0)