Class AddContactsToClientMetadataTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.AddContactsToClientMetadataTest
-
public class AddContactsToClientMetadataTest extends BaseOIDCClientMetadataPopulationTest
Unit tests forAddContactsToClientMetadata.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) net.shibboleth.idp.plugin.oidc.op.profile.impl.AddContactsToClientMetadataaction-
Fields inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
profileRequestCtx, requestCtx
-
-
Constructor Summary
Constructors Constructor Description AddContactsToClientMetadataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationActionconstructAction()voidsetUp()voidtestEmpty()voidtestNull()voidtestSuccess()-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.impl.BaseOIDCClientMetadataPopulationTest
initializeNullLookup, setUpContext, testNoRequestMetadata, testNoResponseMetadata, testNullInputStrategy, testNullOutputStrategy
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
constructAction
protected net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCClientMetadataPopulationAction constructAction()
- Specified by:
constructActionin classBaseOIDCClientMetadataPopulationTest
-
testNull
public void testNull() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testEmpty
public void testEmpty() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testSuccess
public void testSuccess() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
-