Class OutletConfigurationTest


  • public class OutletConfigurationTest
    extends Object
    • Constructor Detail

      • OutletConfigurationTest

        public OutletConfigurationTest()
    • Method Detail

      • testConstructorWithSameOutletName

        public void testConstructorWithSameOutletName()
                                               throws ConfigurationException
        Tests that one cannot add a outlet with the same name twice
        Throws:
        ConfigurationException - if OutletConfiguration cannot be created,
      • testResolveMergepointMappingsNotExistingOutlet

        public void testResolveMergepointMappingsNotExistingOutlet()
                                                            throws ConfigurationException
        Checks that resolveMergepointMappings throws an error if the outlet name cannot be resolved.
        Throws:
        ConfigurationException
      • testResolveMergepointMappingsNoNamespace

        public void testResolveMergepointMappingsNoNamespace()
                                                      throws ConfigurationException
        Checks that resolveMergepointMappings throws an error if a mergepoint does not contain a namespace.
        Throws:
        ConfigurationException