public class OutletConfigurationTest extends Object
| Constructor and Description | 
|---|
| OutletConfigurationTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | testConstructorWithSameOutletName()Tests that one cannot add a outlet with the same name twice | 
| void | testGetOutlets()Tests that getOutlets returns the correct result. | 
| void | testResolveMergepointMappings()Checks that resolveMergepointMappings adds the mergepoint
 to the correct outlet. | 
| void | testResolveMergepointMappingsNoNamespace()Checks that resolveMergepointMappings throws an error if a
 mergepoint does not contain a namespace. | 
| void | testResolveMergepointMappingsNotExistingOutlet()Checks that resolveMergepointMappings throws an error if the
 outlet name cannot be resolved. | 
public void testGetOutlets()
                    throws ConfigurationException
ConfigurationException - if an error occurs.public void testConstructorWithSameOutletName()
                                       throws ConfigurationException
ConfigurationException - if OutletConfiguration cannot be
         created,public void testResolveMergepointMappings()
                                   throws ConfigurationException
ConfigurationExceptionpublic void testResolveMergepointMappingsNotExistingOutlet()
                                                    throws ConfigurationException
ConfigurationExceptionpublic void testResolveMergepointMappingsNoNamespace()
                                              throws ConfigurationException
ConfigurationExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.