Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/gui/util
- Timestamp:
- 2023-10-04T00:03:40+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/util/MultiLineFlowLayoutTest.java
r17275 r18853 12 12 import org.junit.jupiter.api.BeforeEach; 13 13 import org.junit.jupiter.api.Test; 14 import org.junit.jupiter.api.extension.RegisterExtension;15 import org.openstreetmap.josm.testutils.JOSMTestRules;16 17 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;18 14 19 15 /** … … 22 18 */ 23 19 class MultiLineFlowLayoutTest { 24 /**25 * No special rules.26 */27 @RegisterExtension28 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")29 public JOSMTestRules test = new JOSMTestRules();30 31 20 private static final int TEST_WIDHT = 500; 32 21 private JPanel container;
Note:
See TracChangeset
for help on using the changeset viewer.
