Uses of Class
org.springframework.mock.env.MockEnvironment
Packages that use MockEnvironment Package Description org.springframework.mock.env This package contains mock implementations of theEnvironmentandPropertySourceabstractions introduced in Spring 3.1.Uses of MockEnvironment in org.springframework.mock.env
Methods in org.springframework.mock.env that return MockEnvironment Modifier and Type Method Description MockEnvironmentMockEnvironment. withProperty(String key, String value)Convenient synonym forsetProperty(java.lang.String, java.lang.String)that returns the current instance.