Class OIDCAuthenticationResponseContextTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContextTest
-
public class OIDCAuthenticationResponseContextTest extends Object
Tests forOIDCAuthenticationResponseContext.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContextctx
-
Constructor Summary
Constructors Constructor Description OIDCAuthenticationResponseContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestInitialState()voidtestSetters()
-
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testInitialState
public void testInitialState()
-
testSetters
public void testSetters() throws URISyntaxException, com.nimbusds.oauth2.sdk.ParseException- Throws:
URISyntaxExceptioncom.nimbusds.oauth2.sdk.ParseException
-
-