- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shouldCreateEmptyResult (0.07 sec)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeResultTest.java
@DisplayName("UpgradeResult") class UpgradeResultTest { @Nested @DisplayName("Result Creation") class ResultCreationTests { @Test @DisplayName("should create empty result") void shouldCreateEmptyResult() { UpgradeResult result = UpgradeResult.empty(); assertTrue(result.success(), "Empty result should be successful");Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 9.4K bytes - Viewed (0)