Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/data/osm/OsmUtilsTest.java
- Timestamp:
- 2023-10-04T00:03:40+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/OsmUtilsTest.java
r18690 r18853 6 6 import static org.junit.jupiter.api.Assertions.assertInstanceOf; 7 7 import static org.junit.jupiter.api.Assertions.assertNull; 8 import static org.junit.jupiter.api.Assertions.assertThrows; 8 9 import static org.junit.jupiter.api.Assertions.assertTrue; 9 import static org.junit.jupiter.api.Assertions.assertThrows;10 10 11 11 import java.util.Arrays; … … 13 13 14 14 import org.junit.jupiter.api.Test; 15 import org.junit.jupiter.api.extension.RegisterExtension;16 import org.openstreetmap.josm.testutils.JOSMTestRules;17 18 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;19 15 20 16 /** … … 22 18 */ 23 19 class OsmUtilsTest { 24 25 /**26 * Setup test.27 */28 @RegisterExtension29 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")30 public JOSMTestRules test = new JOSMTestRules();31 32 20 /** 33 21 * Unit test of {@link OsmUtils#createPrimitive}
Note:
See TracChangeset
for help on using the changeset viewer.
