Class SimpleAttributeParserTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
-
- net.shibboleth.idp.attribute.resolver.spring.ad.SimpleAttributeParserTest
-
public class SimpleAttributeParserTest extends BaseAttributeDefinitionParserTest
Test forSimpleAttributeDefinitionParserand by extensionBaseAttributeDefinitionParser.
-
-
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 SimpleAttributeParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbad()voidpopulated2()voidrelyingParties()voidsimple()voidsimplePopulated()-
Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
getAttributeDefn, getAttributeDefn, getAttributeDefn, getAttributeDefn, getBean, getBean, getDataConnector, getResolver, loadFile, setTestContext, tearDownTestContext
-
-
-
-
Method Detail
-
simple
public void simple()
-
simplePopulated
public void simplePopulated() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
populated2
public void populated2() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
bad
public void bad() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
relyingParties
public void relyingParties() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException- Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException
-
-