Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fileSystemConfigurations (0.11 sec)

  1. 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
        @BeforeEach
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 33.7K bytes
    - Viewed (0)
Back to top