| 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 |
|
|---|
| 16 | // License: GPL. For details, see LICENSE file.
|
|---|
| 17 | package org.openstreetmap.josm.gui.mappaint
|
|---|
| 18 |
|
|---|
| 19 | import junit.framework.TestCase;
|
|---|
| 20 |
|
|---|
| 21 | import org.junit.runner.RunWith;
|
|---|
| 22 | import org.junit.runners.Suite;
|
|---|
| 23 |
|
|---|
| 24 | @RunWith(Suite.class)
|
|---|
| 25 | @Suite.SuiteClasses([
|
|---|
| 26 | LabelCompositionStrategyTest.class,
|
|---|
| 27 | MapCSSWithExtendedTextDirectivesTest.class
|
|---|
| 28 | ])
|
|---|
| 29 | public class AllMappaintTests extends TestCase{}
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.