Last change
on this file since 9666 was 9666, checked in by stoecker, 9 years ago |
see #12410 fix style of tests
|
-
Property svn:eol-style
set to
native
|
File size:
466 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 | import org.openstreetmap.josm.gui.mappaint.mapcss.AllMapCSSTests
|
---|
9 |
|
---|
10 | @RunWith(Suite.class)
|
---|
11 | @Suite.SuiteClasses([
|
---|
12 | LabelCompositionStrategyTest.class,
|
---|
13 | MapCSSWithExtendedTextDirectivesTest.class,
|
---|
14 | AllMapCSSTests.class
|
---|
15 |
|
---|
16 | ])
|
---|
17 | public class AllMappaintTests extends TestCase{}
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.