Uses of Class
org.springframework.mock.env.MockEnvironment
Package
Description
This package contains mock implementations of the
Environment
and
PropertySource
abstractions.-
Uses of MockEnvironment in org.springframework.mock.env
Modifier and TypeMethodDescriptionMockEnvironment.withProperty
(String key, String value) Convenient synonym forsetProperty(java.lang.String, java.lang.String)
that returns the current instance.