Changeset 9996 in josm for trunk/test/unit/org
- Timestamp:
- 2016-03-14T23:06:43+01:00 (9 years ago)
- 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 20 20 /** 21 21 * Setup test. 22 * @throws java.io.IOException in case of I/O exception22 * @throws IOException in case of I/O error 23 23 */ 24 24 @BeforeClass … … 28 28 } 29 29 30 /** 31 * Test a well-known certificate. 32 * @throws IOException in case of I/O error 33 */ 30 34 @Test 31 35 public void testDefault() throws IOException { … … 34 38 } 35 39 40 /** 41 * Test <a href="https://letsencrypt.org">Let's Encrypt</a>. 42 * @throws IOException in case of I/O error 43 */ 36 44 @Test 37 45 public void testLetsEncrypt() throws IOException { … … 42 50 } 43 51 52 /** 53 * Test <a href="https://www.startssl.com">StartSSL</a>. 54 * @throws IOException in case of I/O error 55 */ 44 56 @Test 45 57 public void testStartSSL() throws IOException { … … 48 60 } 49 61 62 /** 63 * Test a broken certificate. 64 * @throws IOException in case of I/O error 65 */ 50 66 @Test 51 67 public void testBrokenCert() throws IOException {
Note:
See TracChangeset
for help on using the changeset viewer.