Uses of Class
org.springframework.mock.env.MockEnvironment
Packages that use MockEnvironment Package Description org.springframework.mock.env This package contains mock implementations of theEnvironment
andPropertySource
abstractions 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 MockEnvironment
MockEnvironment. withProperty(String key, String value)
Convenient synonym forsetProperty(java.lang.String, java.lang.String)
that returns the current instance.