|
Last change
on this file since 4069 was 4069, checked in by bastiK, 15 years ago |
|
mapcss: add role based selection (collaborative work by Gubaer and me)
|
-
Property svn:eol-style
set to
native
|
|
File size:
418 bytes
|
| Line | |
|---|
| 1 | // License: GPL. For details, see LICENSE file.
|
|---|
| 2 | package org.openstreetmap.josm.gui.mappaint.mapcss
|
|---|
| 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 | KeyValueConditionTest.class,
|
|---|
| 12 | ParsingLinkSelectorTest.class,
|
|---|
| 13 | KeyConditionTest.class,
|
|---|
| 14 | ChildOrParentSelectorTest
|
|---|
| 15 | ])
|
|---|
| 16 | public class AllMapCSSTests extends TestCase{}
|
|---|
| 17 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.