Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEqualsHashCode (0.06 sec)

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

        }
    
        /**
         * Tests the {@code equals} and {@code hashCode} methods of options.
         */
        @Test
        public void testEqualsHashCode() {
            JavaPathType.Modular foo1 = JavaPathType.patchModule("foo");
            JavaPathType.Modular foo2 = JavaPathType.patchModule("foo");
            JavaPathType.Modular bar = JavaPathType.patchModule("bar");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 13 14:20:26 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top