Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSameWeightOrdering (0.08 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/SmartProjectComparatorTest.java

            // Root node
            assertEquals(3L, weightA, "Project A should have weight 3 (1 + max(B=2, C=2))");
        }
    
        @Test
        void testSameWeightOrdering() {
            // Test that projects with the same weight are ordered by project ID
            // Projects B and C both have weight 2, so they should be ordered by project ID
            List<MavenProject> projects = Arrays.asList(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Aug 06 12:03:40 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top