Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java
- Timestamp:
- 2023-10-04T00:03:40+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java ¶
r17275 r18853 4 4 import static org.junit.jupiter.api.Assertions.assertEquals; 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 NoteLayerTest { 16 17 /**18 * Setup tests19 */20 @RegisterExtension21 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")22 public JOSMTestRules test = new JOSMTestRules();23 24 12 /** 25 13 * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/13208">#13208</a>.
Note:
See TracChangeset
for help on using the changeset viewer.
