Package dev.aherscu.qa.testing.example
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.webdriver.WebDriverConfiguration
-
- dev.aherscu.qa.testing.example.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 jakarta.ws.rs.client.WebTarget
petStore(jakarta.ws.rs.client.Client client)
-
Methods inherited from class dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration
capabilities, capabilities, capabilitiesFor, deviceType, provider, requiredCapabilities, requiredCapabilities
-
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
-
-