Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/data/validation/util/ValUtilTest.java
- Timestamp:
- 2023-10-04T00:03:40+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/util/ValUtilTest.java
r17275 r18853 2 2 package org.openstreetmap.josm.data.validation.util; 3 3 4 import org.junit.jupiter.api.extension.RegisterExtension;5 4 import org.junit.jupiter.api.Test; 6 import org.openstreetmap.josm.testutils.JOSMTestRules;7 5 8 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;9 6 import net.trajano.commons.testing.UtilityClassTestUtil; 10 7 … … 13 10 */ 14 11 class ValUtilTest { 15 16 /**17 * Setup test.18 */19 @RegisterExtension20 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")21 public JOSMTestRules test = new JOSMTestRules();22 23 12 /** 24 13 * Tests that {@code ValUtil} satisfies utility class criteria.
Note:
See TracChangeset
for help on using the changeset viewer.