Skip to content

Commit 7f32a0f

Browse files
authored
Javadoc for test exceptions
1 parent de1c410 commit 7f32a0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/org/kohsuke/github/extras/authorization/AuthorizationTokenRefreshTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ protected WireMockConfiguration getWireMockOptions() {
3333

3434
/**
3535
* Retried request should get new token when the old one expires.
36+
*
37+
* @throws IOException
38+
* the exception
3639
*/
3740
@Test
3841
public void testRetriedRequestGetsNewAuthorizationTokenWhenOldOneExpires() throws IOException {
@@ -47,6 +50,9 @@ public void testRetriedRequestGetsNewAuthorizationTokenWhenOldOneExpires() throw
4750

4851
/**
4952
* Retried request should not get new token when the old one is still valid.
53+
*
54+
* @throws IOException
55+
* the exception
5056
*/
5157
@Test
5258
public void testRetriedRequestDoesNotGetNewAuthorizationTokenWhenOldOneIsStillValid() throws IOException {

0 commit comments

Comments
 (0)