Ignore:
Timestamp:
2016-04-10T13:37:15+02:00 (8 years ago)
Author:
Don-vip
Message:

increase code coverage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/routines/InetAddressValidatorTest.java

    r9853 r10133  
    1919
    2020import static org.junit.Assert.assertFalse;
     21import static org.junit.Assert.assertNull;
    2122import static org.junit.Assert.assertTrue;
    2223
     
    615616    // CHECKSTYLE.ON: MethodLengthCheck
    616617    // CHECKSTYLE.ON: LineLength
     618
     619    /**
     620     * Unit test of {@link InetAddressValidator#getValidatorName}.
     621     */
     622    @Test
     623    public void testValidatorName() {
     624        assertNull(new InetAddressValidator().getValidatorName());
     625    }
    617626}
Note: See TracChangeset for help on using the changeset viewer.