public class RequestAuthenticatorImplTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
| Constructor and Description |
|---|
RequestAuthenticatorImplTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldFailIfHeaderNotInRightFormat() |
void |
shouldFailIfValidationFails() |
void |
shouldFailWithTransientErrorIfCannotRetrieveKey() |
void |
shouldIncludeFailingClaims() |
void |
shouldIncludeMissingClaim() |
void |
shouldIncludeMissingHeader() |
void |
shouldReturnJwtIfSuccessful() |
public void shouldFailIfHeaderNotInRightFormat()
throws Exception
Exceptionpublic void shouldFailIfValidationFails()
throws Exception
Exceptionpublic void shouldIncludeFailingClaims()
throws Exception
Exceptionpublic void shouldIncludeMissingClaim()
throws Exception
Exceptionpublic void shouldIncludeMissingHeader()
throws Exception
Exceptionpublic void shouldFailWithTransientErrorIfCannotRetrieveKey()
throws Exception
ExceptionCopyright © 2017 Atlassian. All rights reserved.