@ContextConfiguration(initializers=org.broadleafcommerce.common.config.BroadleafEnvironmentConfiguringApplicationListener.class)
@TestPropertySource(properties="dev.only.property=overridevalue")
public class PropertySourceOverrideDefaultTest
extends Object
Tests to ensure that @TestPropertySource actually overrides anything from the default Broadleaf properties with a negative test
to ensure that the @PropertySource does not override any of the Broadleaf property sources.
- Author:
- Phillip Verheyden (phillipuniverse)