Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testBuildPathSourceFunctionality (0.67 seconds)

  1. api/maven-api-core/src/test/java/org/apache/maven/api/services/SourcesTest.java

            Source resolved = source.resolve("subdir");
            assertNotNull(resolved);
            assertEquals(path.resolve("subdir").normalize(), resolved.getPath());
        }
    
        @Test
        void testBuildPathSourceFunctionality() {
            // Test build source functionality
            Path basePath = Paths.get("/tmp");
            ModelSource.ModelLocator locator = mock(ModelSource.ModelLocator.class);
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Sep 29 14:45:25 GMT 2025
    - 5.4K bytes
    - Click Count (0)
Back to Top