Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testResolvedPathSourceFunctionality (0.26 seconds)

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

            assertEquals(resolvedPath, resolved.getPath());
    
            verify(locator).locateExistingPom(any(Path.class));
        }
    
        @Test
        void testResolvedPathSourceFunctionality() {
            // Test resolved source functionality
            String location = "/tmp";
            Path path = Paths.get(location);
            String modelId = "org.example:test:1.0.0";
    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