public class MockEnvironment extends AbstractEnvironment
ConfigurableEnvironment
implementation exposing
setProperty(java.lang.String, java.lang.String)
and withProperty(java.lang.String, java.lang.String)
methods for testing purposes.MockPropertySource
ACTIVE_PROFILES_PROPERTY_NAME, DEFAULT_PROFILES_PROPERTY_NAME, IGNORE_GETENV_PROPERTY_NAME, logger, RESERVED_DEFAULT_PROFILE_NAME
Constructor and Description |
---|
MockEnvironment()
Create a new
MockEnvironment with a single MockPropertySource . |
Modifier and Type | Method and Description |
---|---|
void |
setProperty(String key,
String value)
Set a property on the underlying
MockPropertySource for this environment. |
MockEnvironment |
withProperty(String key,
String value)
Convenient synonym for
setProperty(java.lang.String, java.lang.String) that returns the current instance. |
acceptsProfiles, acceptsProfiles, addActiveProfile, containsProperty, createPropertyResolver, customizePropertySources, doGetActiveProfiles, doGetActiveProfilesProperty, doGetDefaultProfiles, doGetDefaultProfilesProperty, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getPropertyResolver, getPropertySources, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, suppressGetenvAccess, toString, validateProfile, validateRequiredProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
matchesProfiles
public MockEnvironment()
MockEnvironment
with a single MockPropertySource
.public void setProperty(String key, String value)
MockPropertySource
for this environment.public MockEnvironment withProperty(String key, String value)
setProperty(java.lang.String, java.lang.String)
that returns the current instance.
Useful for method chaining and fluent-style use.MockEnvironment
instanceMockPropertySource.withProperty(java.lang.String, java.lang.Object)