Class ValueMapParserTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
-
- net.shibboleth.idp.attribute.resolver.spring.ad.mapped.ValueMapParserTest
-
public class ValueMapParserTest extends BaseAttributeDefinitionParserTest
Test forValueMapParser.
-
-
Field Summary
-
Fields inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
ATTRIBUTE_FILE_PATH, BEAN_FILE_PATH, DATACONNECTOR_FILE_PATH, ENCODER_FILE_PATH, pendingTeardownContext, PRINCIPALCONNECTOR_FILE_PATH
-
-
Constructor Summary
Constructors Constructor Description ValueMapParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private net.shibboleth.idp.attribute.resolver.ad.mapped.impl.ValueMapgetValueMap(String fileName)voidnoSourceValues()voidnoValues()voidvalueMap()-
Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
getAttributeDefn, getAttributeDefn, getAttributeDefn, getAttributeDefn, getBean, getBean, getDataConnector, getResolver, loadFile, setTestContext, tearDownTestContext
-
-
-
-
Method Detail
-
getValueMap
private net.shibboleth.idp.attribute.resolver.ad.mapped.impl.ValueMap getValueMap(String fileName)
-
valueMap
public void valueMap()
-
noSourceValues
public void noSourceValues()
-
noValues
public void noValues()
-
-