Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWindowsPaths (0.23 sec)

  1. maven-model-builder/src/test/java/org/apache/maven/model/building/FileModelSourceTest.java

            assertFalse(instance.equals(new Object()));
            assertTrue(instance.equals(instance));
            assertTrue(instance.equals(new FileModelSource(tempFile)));
        }
    
        @Test
        void testWindowsPaths() throws Exception {
            assumeTrue(Os.isFamily("Windows"));
    
            File upperCaseFile = createTempFile("TESTE");
            String absolutePath = upperCaseFile.getAbsolutePath();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top