Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/data/projection/proj/LonLatTest.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/projection/proj/LonLatTest.java
r17275 r18853 4 4 import static org.junit.jupiter.api.Assertions.assertFalse; 5 5 6 import org.junit.jupiter.api.extension.RegisterExtension;7 6 import org.junit.jupiter.api.Test; 8 import org.openstreetmap.josm.testutils.JOSMTestRules;9 10 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;11 7 12 8 /** … … 14 10 */ 15 11 class LonLatTest { 16 /**17 * Setup rule.18 */19 @RegisterExtension20 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")21 public JOSMTestRules test = new JOSMTestRules();22 23 12 /** 24 13 * Test {@link LonLat#lonIsLinearToEast}
Note:
See TracChangeset
for help on using the changeset viewer.