| Class | Description |
|---|---|
| ConditionalOnPropertyTest |
Test to verify that properties are added to the environment early enough via the ApplicationListener so that @ConditionalOnProperty works
|
| ConditionalOnPropertyTest.ConditionalOnPropertyConfig | |
| DefaultDevelopmentOverridePropertiesTest |
Validates that profile-specific properties override framework values with the default of 'development'
|
| DeprecatedRuntimeEnvironmentTest | |
| FilesystemPropertyOverridesTest |
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 specified
|
| FilesystemSharedRuntimeEnvironmentTest | |
| OtherEnvironmentOverridePropertiesTest |
Tests that our property configurations work with other environments that aren't standard
|
| ProductionOverridePropertiesTest |
Tests that a non-default active profile (production) overrides everything from common and anything shared.
|
| PropertySourceOverrideDefaultTest |
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. |
| PropertySourceOverrideDefaultTest.Config | |
| RuntimeEnvironmentProfilesTest |
Verifies that even if I set both Spring profiles and runtime.environment they all show up in Spring profiles
|
Copyright © 2022. All rights reserved.