Last change
on this file since 6561 was 6455, checked in by simon04, 11 years ago |
fix #7939 - MapCSS: add support for negated regular expressions
|
-
Property svn:eol-style
set to
native
|
File size:
446 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 | MapCSSParserTest.class,
|
---|
15 | ChildOrParentSelectorTest
|
---|
16 | ])
|
---|
17 | public class AllMapCSSTests extends TestCase{}
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.