source: josm/trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy@ 3990

Last change on this file since 3990 was 3990, checked in by bastiK, 14 years ago

fix "typo"

File size: 377 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.mappaint
3
4import junit.framework.TestCase;
5
6import org.junit.runner.RunWith;
7import org.junit.runners.Suite;
8
9@RunWith(Suite.class)
10@Suite.SuiteClasses([
11 LabelCompositionStrategyTest.class,
12 MapCSSWithExtendedTextDirectivesTest.class
13])
14public class AllMappaintTests extends TestCase{}
15
Note: See TracBrowser for help on using the repository browser.