Class TestConfiguration

  • All Implemented Interfaces:
    Map<Object,​Object>, org.apache.commons.configuration.Configuration

    @ThreadSafe
    public final class TestConfiguration
    extends dev.aherscu.qa.testing.utils.config.BaseConfiguration
    Represents the configuration parameters for tests.
    Author:
    aherscu
    • Field Summary

      • Fields inherited from class dev.aherscu.qa.testing.utils.config.AbstractConfiguration

        CONFIGURATION_SOURCES, wrappedConfiguration
    • Constructor Summary

      Constructors 
      Constructor Description
      TestConfiguration​(org.apache.commons.configuration.Configuration... configurations)
      Loads the specified configurations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rabbitmq.client.ConnectionFactory connectionFactory()  
      • Methods inherited from class dev.aherscu.qa.testing.utils.config.BaseConfiguration

        groupsOf, toString, toString
      • Methods inherited from class dev.aherscu.qa.testing.utils.config.AbstractConfiguration

        addProperty, clear, clearProperty, compute, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, defaultConfiguration, entrySet, forEach, get, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getKeys, getList, getList, getLong, getLong, getLong, getOrDefault, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, resolve, setProperty, size, stringResourceFrom, subset, values
    • Constructor Detail

      • TestConfiguration

        public TestConfiguration​(org.apache.commons.configuration.Configuration... configurations)
        Loads the specified configurations.
        Parameters:
        configurations - the additional configurations; might be null or empty
    • Method Detail

      • connectionFactory

        public com.rabbitmq.client.ConnectionFactory connectionFactory()