- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fileSystemConfigurations (0.11 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
* Provides file system configurations for testing both Windows and Unix path behaviors. * This allows us to test cross-platform path handling on any development machine. */ static Stream<Arguments> fileSystemConfigurations() { return Stream.of( Arguments.of("Unix", Configuration.unix(), "/"), Arguments.of("Windows", Configuration.windows(), "\\")); } @Override @BeforeEachRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 33.7K bytes - Viewed (0)