Changeset 18690 in josm for trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.java
- Timestamp:
- 2023-03-13T21:59:27+01:00 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.java
r17275 r18690 2 2 package org.openstreetmap.josm.gui.mappaint; 3 3 4 import org.junit. runner.RunWith;5 import org.junit. runners.Suite;4 import org.junit.platform.suite.api.SelectClasses; 5 import org.junit.platform.suite.api.Suite; 6 6 import org.openstreetmap.josm.gui.mappaint.mapcss.AllMapCSSTests; 7 7 … … 9 9 * All mappaint tests. 10 10 */ 11 @ RunWith(Suite.class)12 @S uite.SuiteClasses({11 @Suite 12 @SelectClasses({ 13 13 LabelCompositionStrategyTest.class, 14 14 MapCSSWithExtendedTextDirectivesTest.class,
Note:
See TracChangeset
for help on using the changeset viewer.