Uses of Package
org.springframework.mock.env
Package
Description
This package contains mock implementations of the
Environment
and
PropertySource
abstractions.-
ClassDescriptionSimple
ConfigurableEnvironment
implementation exposingMockEnvironment.setProperty(String, String)
andMockEnvironment.withProperty(String, String)
methods for testing purposes.SimplePropertySource
implementation for use in testing.