Uses of Package
org.springframework.mock.env
Packages that use org.springframework.mock.env Package Description org.springframework.mock.env This package contains mock implementations of theEnvironmentandPropertySourceabstractions introduced in Spring 3.1.Classes in org.springframework.mock.env used by org.springframework.mock.env Class Description MockEnvironment SimpleConfigurableEnvironmentimplementation exposingMockEnvironment.setProperty(String, String)andMockEnvironment.withProperty(String, String)methods for testing purposes.MockPropertySource SimplePropertySourceimplementation for use in testing.