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