- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testModularOption (0.81 sec)
-
api/maven-api-core/src/test/java/org/apache/maven/api/JavaPathTypeTest.java
assertEquals(toPlatformSpecific("\"src/foo.java:src/bar.java\""), formatted[1]); } /** * Tests the formatting of an option with a module name. */ @Test public void testModularOption() { String[] formatted = JavaPathType.patchModule("my.module").option(paths()); assertEquals(2, formatted.length); assertEquals("--patch-module", formatted[0]);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 2.3K bytes - Viewed (0)