source: josm/trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/AllMapCSSTests.groovy@ 4069

Last change on this file since 4069 was 4069, checked in by bastiK, 14 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.
2package org.openstreetmap.josm.gui.mappaint.mapcss
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 KeyValueConditionTest.class,
12 ParsingLinkSelectorTest.class,
13 KeyConditionTest.class,
14 ChildOrParentSelectorTest
15])
16public class AllMapCSSTests extends TestCase{}
17
Note: See TracBrowser for help on using the repository browser.