public class ConfigurationTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private 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 BasicParserPool parserPool
private QName simpleXMLObjectQName
public void testInvalidConfiguration()
throws Exception
Exceptionpublic void testObjectProviderConfiguration()
throws Exception
Exceptionpublic void testIDAttributeRegistration()
public void testIDAttributeConfiguration()
throws XMLParserException,
org.opensaml.core.xml.config.XMLConfigurationException
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 ComponentInitializationException
ComponentInitializationExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.