Package dev.aherscu.qa.jgiven.rabbitmq
Class TestConfiguration
- java.lang.Object
-
- dev.aherscu.qa.testing.utils.config.AbstractConfiguration<org.apache.commons.configuration.CompositeConfiguration>
-
- dev.aherscu.qa.testing.utils.config.BaseConfiguration
-
- dev.aherscu.qa.jgiven.rabbitmq.TestConfiguration
-
-
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
-
-