T
- configuration implementer class.public interface Configuration<T extends Configuration>
GlobalConfiguration
.
All user defined configurations are read from the properties file:
org/powermock/extensions/configuration.properties
By default the file is not exist and default values are used.
Modifier and Type | Method and Description |
---|---|
T |
merge(T configuration)
Merge values of the configuration with values of
configuration . |
T merge(T configuration)
configuration
.
Values with the same keys from the configuration
overwrite value in the current configuration.configuration
- source configurations.Configuration
with merged values.