Class OtherEnvironmentOverridePropertiesTest
java.lang.Object
org.broadleafcommerce.test.common.properties.OtherEnvironmentOverridePropertiesTest
@ContextConfiguration(initializers=org.broadleafcommerce.common.config.BroadleafEnvironmentConfiguringApplicationListener.class)
@ActiveProfiles("otherenvironment")
@DirtiesContext
public class OtherEnvironmentOverridePropertiesTest
extends Object
Tests that our property configurations work with other environments that aren't standard
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
env
@Autowired protected org.springframework.core.env.Environment env
-
-
Constructor Details
-
OtherEnvironmentOverridePropertiesTest
public OtherEnvironmentOverridePropertiesTest()
-
-
Method Details
-
testOtherEnvironmentOverride
public void testOtherEnvironmentOverride()
-