Ignore:
Timestamp:
2016-08-07T17:39:42+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S3578 - Test methods should comply with a naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerTest.java

    r10710 r10758  
    8686
    8787    @Test
    88     public void test10913() throws Exception {
     88    public void testTicket10913() throws Exception {
    8989        final OsmPrimitive p = OsmUtils.createPrimitive("way highway=tertiary construction=yes");
    9090        final TagCheck check = TagCheck.readMapCSS(new StringReader("way {" +
     
    101101
    102102    @Test
    103     public void test9782() throws Exception {
     103    public void testTicket9782() throws Exception {
    104104        final MapCSSTagChecker test = buildTagChecker("*[/.+_name/][!name] {" +
    105105                "throwWarning: tr(\"has {0} but not {1}\", \"{0.key}\", \"{1.key}\");}");
     
    112112
    113113    @Test
    114     public void test10859() throws Exception {
     114    public void testTicket10859() throws Exception {
    115115        final MapCSSTagChecker test = buildTagChecker("way[highway=footway][foot?!] {\n" +
    116116                "  throwWarning: tr(\"{0} used with {1}\", \"{0.value}\", \"{1.tag}\");}");
Note: See TracChangeset for help on using the changeset viewer.