Class DefaultResponseClaimsSetLookupFunctionTest
- java.lang.Object
-
- org.geant.idpextension.oidc.profile.context.navigate.DefaultResponseClaimsSetLookupFunctionTest
-
public class DefaultResponseClaimsSetLookupFunctionTest extends Object
Tests forDefaultResponseClaimsSetLookupFunction.
-
-
Field Summary
Fields Modifier and Type Field Description private org.geant.idpextension.oidc.profile.context.navigate.DefaultResponseClaimsSetLookupFunctionlookupprivate org.geant.idpextension.oidc.messaging.context.OIDCAuthenticationResponseContextoidcCtxprivate org.opensaml.profile.context.ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description DefaultResponseClaimsSetLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoInput()voidtestSuccess()
-
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testSuccess
public void testSuccess()
-
testNoInput
public void testNoInput()
-
-