Ignore:
Timestamp:
2016-01-01T02:35:34+01:00 (9 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/util/RotationAngleTest.java

    r8857 r9231  
    1313    private static final double EPSILON = 1e-11;
    1414
     15    /**
     16     * Unit test of method {@link RotationAngle#buildStaticRotation} - nominal cases.
     17     */
    1518    @Test
    1619    public void testParseCardinal() {
     
    2023    }
    2124
     25    /**
     26     * Unit test of method {@link RotationAngle#buildStaticRotation} - wrong parameter.
     27     */
    2228    @Test(expected = IllegalArgumentException.class)
    2329    public void testParseFail() {
     
    2531    }
    2632
     33    /**
     34     * Unit test of method {@link RotationAngle#buildStaticRotation} - null handling.
     35     */
    2736    @Test(expected = NullPointerException.class)
    2837    public void testParseNull() {
Note: See TracChangeset for help on using the changeset viewer.