Class DefaultDevelopmentOverridePropertiesTest
java.lang.Object
org.broadleafcommerce.test.common.properties.DefaultDevelopmentOverridePropertiesTest
@ContextConfiguration(initializers=org.broadleafcommerce.common.config.BroadleafEnvironmentConfiguringApplicationListener.class)
@DirtiesContext
public class DefaultDevelopmentOverridePropertiesTest
extends Object
Validates that profile-specific properties override framework values with the default of 'development'
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.core.env.Environmentstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TEST_PROPERTY
- See Also:
-
env
@Autowired protected org.springframework.core.env.Environment env
-
-
Constructor Details
-
DefaultDevelopmentOverridePropertiesTest
public DefaultDevelopmentOverridePropertiesTest()
-
-
Method Details
-
testProfileOverridesCommon
public void testProfileOverridesCommon()
-