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

Last change on this file since 6455 was 6455, checked in by simon04, 10 years ago

fix #7939 - MapCSS: add support for negated regular expressions

  • Property svn:eol-style set to native
File size: 446 bytes
RevLine 
[4069]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,
[6455]14 MapCSSParserTest.class,
[4069]15 ChildOrParentSelectorTest
16])
17public class AllMapCSSTests extends TestCase{}
18
Note: See TracBrowser for help on using the repository browser.