Changeset 4069 in josm for trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy
- Timestamp:
- 2011-05-02T23:47:19+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy
r3990 r4069 2 2 package org.openstreetmap.josm.gui.mappaint 3 3 4 import junit.framework.TestCase ;4 import junit.framework.TestCase 5 5 6 import org.junit.runner.RunWith; 7 import org.junit.runners.Suite; 6 import org.junit.runner.RunWith 7 import org.junit.runners.Suite 8 import org.openstreetmap.josm.gui.mappaint.mapcss.AllMapCSSTests 8 9 9 10 @RunWith(Suite.class) 10 11 @Suite.SuiteClasses([ 11 12 LabelCompositionStrategyTest.class, 12 MapCSSWithExtendedTextDirectivesTest.class 13 MapCSSWithExtendedTextDirectivesTest.class, 14 AllMapCSSTests.class 15 13 16 ]) 14 17 public class AllMappaintTests extends TestCase{}
Note:
See TracChangeset
for help on using the changeset viewer.
