Uses of Package
org.springframework.mock.env
Packages that use org.springframework.mock.env
Package
Description
This package contains mock implementations of the
Environment and
PropertySource
abstractions.-
Classes in org.springframework.mock.env used by org.springframework.mock.envClassDescriptionSimple
ConfigurableEnvironmentimplementation exposingMockEnvironment.setProperty(String, String)andMockEnvironment.withProperty(String, String)methods for testing purposes.SimplePropertySourceimplementation for use in testing.