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.elasticsearch.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 co.elastic.clients.elasticsearch.ElasticsearchClient
elasticSearchClient()
URI
elasticSearchUrl()
-
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
-
-
-
-
Method Detail
-
elasticSearchClient
public co.elastic.clients.elasticsearch.ElasticsearchClient elasticSearchClient()
-
elasticSearchUrl
public URI elasticSearchUrl()
-
-