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 Details

    • TEST_PROPERTY

      public static final String TEST_PROPERTY
      See Also:
    • env

      @Autowired protected org.springframework.core.env.Environment env
  • Constructor Details

    • DefaultDevelopmentOverridePropertiesTest

      public DefaultDevelopmentOverridePropertiesTest()
  • Method Details

    • testProfileOverridesCommon

      public void testProfileOverridesCommon()