Class ConfigurationTest


  • public class ConfigurationTest
    extends Object
    Test case for the library configuration mechanism.
    • Field Detail

      • parserPool

        private BasicParserPool parserPool
        Parser pool used to parse example config files
      • simpleXMLObjectQName

        private QName simpleXMLObjectQName
        SimpleElement QName
    • Constructor Detail

      • ConfigurationTest

        public ConfigurationTest()
    • Method Detail

      • testInvalidConfiguration

        public void testInvalidConfiguration()
                                      throws Exception
        Tests that a schema invalid configuration file is properly identified as such.
        Throws:
        Exception - if something bad happens
      • testObjectProviderConfiguration

        public void testObjectProviderConfiguration()
                                             throws Exception
        Tests loading of multiple configuration files.
        Throws:
        Exception - if something bad happens
      • testIDAttributeRegistration

        public void testIDAttributeRegistration()
        Tests that global ID attribute registration/deregistration is functioning properly.