Class DefaultOIDCMetadataContextLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultOIDCMetadataContextLookupFunctionTest
-
public class DefaultOIDCMetadataContextLookupFunctionTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultOIDCMetadataContextLookupFunctionlookupprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description DefaultOIDCMetadataContextLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoMessageCtx()voidtestNoMetadataCtx()voidtestNoPrc()voidtestSuccess()
-
-
-
Field Detail
-
lookup
private net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultOIDCMetadataContextLookupFunction lookup
-
prc
private ProfileRequestContext prc
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testSuccess
public void testSuccess()
-
testNoMetadataCtx
public void testNoMetadataCtx()
-
testNoMessageCtx
public void testNoMessageCtx()
-
testNoPrc
public void testNoPrc()
-
-