Package org.broadleafcommerce.test.common.properties
package org.broadleafcommerce.test.common.properties
-
ClassesClassDescriptionTest to verify that properties are added to the environment early enough via the ApplicationListener so that @ConditionalOnProperty worksValidates that profile-specific properties override framework values with the default of 'development'Validates that I can pass in a system argument pointing to a file on the filesystem to override any properties in the application even when a profile is specifiedTests that our property configurations work with other environments that aren't standardTests that a non-default active profile (production) overrides everything from common and anything shared.Tests to ensure that @TestPropertySource actually overrides anything from the default Broadleaf properties with a negative test to ensure that the {@link @PropertySource} does not override any of the Broadleaf property sources.Verifies that even if I set both Spring profiles and runtime.environment they all show up in Spring profiles