Class AttributeMapperTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.AttributeMapperTest
-
public class AttributeMapperTest extends org.opensaml.core.OpenSAMLInitBaseTestCaseTest transcoder registry population via attribute resolver.
-
-
Field Summary
Fields Modifier and Type Field Description private GenericApplicationContextpendingTeardownContext
-
Constructor Summary
Constructors Constructor Description AttributeMapperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmapper()protected voidsetTestContext(GenericApplicationContext context)voidtearDownTestContext()
-
-
-
Field Detail
-
pendingTeardownContext
private GenericApplicationContext pendingTeardownContext
-
-
Method Detail
-
tearDownTestContext
@AfterMethod public void tearDownTestContext()
-
setTestContext
protected void setTestContext(GenericApplicationContext context)
-
mapper
public void mapper() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException, net.shibboleth.utilities.java.support.service.ServiceException, net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionnet.shibboleth.utilities.java.support.service.ServiceExceptionnet.shibboleth.idp.attribute.resolver.ResolutionException
-
-