Class OIDCUserInfoRequestDecoderTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.decoding.impl.OIDCUserInfoRequestDecoderTest
-
public class OIDCUserInfoRequestDecoderTest extends Object
Unit tests forOIDCUserInfoRequestDecoder.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.oidc.op.decoding.impl.OIDCUserInfoRequestDecoderdecoderprivate MockHttpServletRequesthttpRequest
-
Constructor Summary
Constructors Constructor Description OIDCUserInfoRequestDecoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestInvalidJson()voidtestRequestDecoding()
-
-
-
Field Detail
-
httpRequest
private MockHttpServletRequest httpRequest
-
decoder
private net.shibboleth.idp.plugin.oidc.op.decoding.impl.OIDCUserInfoRequestDecoder decoder
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testInvalidJson
public void testInvalidJson() throws MessageDecodingException- Throws:
MessageDecodingException
-
testRequestDecoding
public void testRequestDecoding() throws MessageDecodingException, IOException- Throws:
MessageDecodingExceptionIOException
-
-