Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/data/correction
- Timestamp:
- 2023-10-04T00:03:40+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/correction/TagCorrectionTest.java
r17275 r18853 2 2 package org.openstreetmap.josm.data.correction; 3 3 4 import org.junit.jupiter.api.extension.RegisterExtension;5 4 import org.junit.jupiter.api.Test; 6 5 import org.openstreetmap.josm.TestUtils; 7 import org.openstreetmap.josm.testutils.JOSMTestRules;8 6 9 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;10 7 import nl.jqno.equalsverifier.EqualsVerifier; 11 8 … … 14 11 */ 15 12 class TagCorrectionTest { 16 17 /**18 * Setup test.19 */20 @RegisterExtension21 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")22 public JOSMTestRules test = new JOSMTestRules();23 24 13 /** 25 14 * Unit test of methods {@link TagCorrection#equals} and {@link TagCorrection#hashCode}.
Note:
See TracChangeset
for help on using the changeset viewer.