Class OIDCAuthenticationResponseContextLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.OIDCAuthenticationResponseContextLookupFunctionTest
-
public class OIDCAuthenticationResponseContextLookupFunctionTest extends Object
Tests forOIDCAuthenticationResponseContextLookupFunction.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContextctxprivate net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.OIDCAuthenticationResponseContextLookupFunctionlookupprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description OIDCAuthenticationResponseContextLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoInput()voidtestSuccess()
-
-
-
Field Detail
-
lookup
private net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.OIDCAuthenticationResponseContextLookupFunction lookup
-
prc
private ProfileRequestContext prc
-
ctx
private net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContext ctx
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testSuccess
public void testSuccess()
-
testNoInput
public void testNoInput()
-
-