Ignore:
Timestamp:
2016-03-14T23:06:43+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - use JLabel.setLabelFor where applicable + add/update unit tests

Location:
trunk/test/unit/org/openstreetmap/josm
Files:
15 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java

    r9995 r9996  
    2020    /**
    2121     * Setup test.
    22      * @throws java.io.IOException in case of I/O exception
     22     * @throws IOException in case of I/O error
    2323     */
    2424    @BeforeClass
     
    2828    }
    2929
     30    /**
     31     * Test a well-known certificate.
     32     * @throws IOException in case of I/O error
     33     */
    3034    @Test
    3135    public void testDefault() throws IOException {
     
    3438    }
    3539
     40    /**
     41     * Test <a href="https://letsencrypt.org">Let's Encrypt</a>.
     42     * @throws IOException in case of I/O error
     43     */
    3644    @Test
    3745    public void testLetsEncrypt() throws IOException {
     
    4250    }
    4351
     52    /**
     53     * Test <a href="https://www.startssl.com">StartSSL</a>.
     54     * @throws IOException in case of I/O error
     55     */
    4456    @Test
    4557    public void testStartSSL() throws IOException {
     
    4860    }
    4961
     62    /**
     63     * Test a broken certificate.
     64     * @throws IOException in case of I/O error
     65     */
    5066    @Test
    5167    public void testBrokenCert() throws IOException {
Note: See TracChangeset for help on using the changeset viewer.