Uses of Class
de.qytera.qtaf.core.config.entity.ConfigMap
Packages that use ConfigMap
Package
Description
-
Uses of ConfigMap in de.qytera.qtaf.core
Methods in de.qytera.qtaf.core that return ConfigMapModifier and TypeMethodDescriptionstatic ConfigMapQtafFactory.getConfiguration()Get configuration. -
Uses of ConfigMap in de.qytera.qtaf.core.config
Methods in de.qytera.qtaf.core.config that return ConfigMapModifier and TypeMethodDescriptionstatic ConfigMapConfigurationFactory.getInstance()Create default configuration object.static ConfigMapConfigurationFactory.getInstance(String fileName) Create a new configuration object. -
Uses of ConfigMap in de.qytera.qtaf.core.config.exception
Constructors in de.qytera.qtaf.core.config.exception with parameters of type ConfigMapModifierConstructorDescriptionMissingConfigurationValueException(String key, ConfigMap configuration) Construct a new exception indicating that no value was provided for the given key. -
Uses of ConfigMap in de.qytera.qtaf.core.config.helper
Fields in de.qytera.qtaf.core.config.helper declared as ConfigMap -
Uses of ConfigMap in de.qytera.qtaf.core.events
Fields in de.qytera.qtaf.core.events with type parameters of type ConfigMapModifier and TypeFieldDescriptionstatic final rx.subjects.BehaviorSubject<ConfigMap>QtafEvents.configurationLoadedSubject that emits an event when the configuration is loaded. -
Uses of ConfigMap in de.qytera.qtaf.core.selenium
Fields in de.qytera.qtaf.core.selenium declared as ConfigMap -
Uses of ConfigMap in de.qytera.qtaf.cucumber.context
Fields in de.qytera.qtaf.cucumber.context declared as ConfigMap -
Uses of ConfigMap in de.qytera.qtaf.testng.context
Fields in de.qytera.qtaf.testng.context declared as ConfigMap