Changeset 18799 in josm for trunk/test/unit/org/openstreetmap/josm/tools/RightAndLefthandTrafficTest.java
- Timestamp:
- 2023-08-08T21:24:36+02:00 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/RightAndLefthandTrafficTest.java
r17275 r18799 4 4 import static org.junit.jupiter.api.Assertions.fail; 5 5 6 import org.junit.jupiter.api.extension.RegisterExtension;7 6 import org.junit.jupiter.api.Test; 8 7 import org.openstreetmap.josm.data.coor.LatLon; 9 import org.openstreetmap.josm.testutils.JOSMTestRules; 8 import org.openstreetmap.josm.testutils.annotations.Projection; 9 import org.openstreetmap.josm.testutils.annotations.Territories; 10 10 11 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;12 11 import net.trajano.commons.testing.UtilityClassTestUtil; 13 12 … … 15 14 * Unit tests of {@link RightAndLefthandTraffic} class. 16 15 */ 16 @Projection 17 @Territories 17 18 class RightAndLefthandTrafficTest { 18 /**19 * Test rules.20 */21 @RegisterExtension22 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")23 public JOSMTestRules rules = new JOSMTestRules().projection().territories();24 25 19 /** 26 20 * Tests that {@code RightAndLefthandTraffic} satisfies utility class criteria.
Note:
See TracChangeset
for help on using the changeset viewer.