public class ConfigurationTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.utilities.java.support.xml.BasicParserPool |
parserPool
Parser pool used to parse example config files
|
private QName |
simpleXMLObjectQName
SimpleElement QName
|
| Constructor and Description |
|---|
ConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initClass() |
protected void |
setUp() |
protected void |
tearDown() |
void |
testIDAttributeConfiguration()
Tests that global ID attribute registration/deregistration via the XMLTooling config file is functioning
properly.
|
void |
testIDAttributeRegistration()
Tests that global ID attribute registration/deregistration is functioning properly.
|
void |
testInvalidConfiguration()
Tests that a schema invalid configuration file is properly identified as such.
|
void |
testObjectProviderConfiguration()
Tests loading of multiple configuration files.
|
private net.shibboleth.utilities.java.support.xml.BasicParserPool parserPool
private QName simpleXMLObjectQName
public void testInvalidConfiguration()
throws Exception
Exceptionpublic void testObjectProviderConfiguration()
throws Exception
Exceptionpublic void testIDAttributeRegistration()
public void testIDAttributeConfiguration()
throws net.shibboleth.utilities.java.support.xml.XMLParserException,
org.opensaml.core.xml.config.XMLConfigurationException
net.shibboleth.utilities.java.support.xml.XMLParserException - thrown if the XML config file can not be readorg.opensaml.core.xml.config.XMLConfigurationException - thrown if the ID attributes can not be registeredprotected void initClass()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCopyright © 1999–2015. All rights reserved.