- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fileSystemConfigurations (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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 @BeforeEachCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 33.7K bytes - Click Count (0)