Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAptConsistency (0.18 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java

    @PlexusTest
    class ArtifactHandlerTest {
        @Inject
        PlexusContainer container;
    
        @Test
        @SuppressWarnings("checkstyle:UnusedLocalVariable")
        void testAptConsistency() throws Exception {
            File apt = getTestFile("src/site/apt/artifact-handlers.apt");
    
            List<String> lines = Files.readAllLines(apt.toPath());
    
            for (String line : lines) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top