Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isMatchingProjectMatchOnFileReturnsTrue (0.13 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/graph/ProjectSelectorTest.java

            final boolean result = sut.isMatchingProject(createMavenProject("maven-core"), selector, null);
            assertEquals(true, result);
        }
    
        @Test
        void isMatchingProjectMatchOnFileReturnsTrue() throws IOException {
            final File tempFile = File.createTempFile("maven-core-unit-test-pom", ".xml");
            final String selector = tempFile.getName();
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top