Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testEqualsHashCode (0.6 seconds)

  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");
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Nov 13 14:20:26 GMT 2025
    - 2.9K bytes
    - Click Count (0)
Back to Top