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