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