All Classes and Interfaces

Class
Description
 
Tests fomr EnableAllFrameworkControllers
 
 
Tests for the BroadleafBeanNameGenerator
 
 
 
 
 
Test registration for ConditionalOnModuleTest
 
 
 
 
Test to verify that properties are added to the environment early enough via the ApplicationListener so that @ConditionalOnProperty works
 
 
 
This test is showing that you are NOT able to override an early framework xml bean definition with a late framework configuration class bean definition.
Custom URL site map generator tests
Validates that profile-specific properties override framework values with the default of 'development'
 
This test is showing that you CAN use an annotation with @Import and then use @Import on the Configuration class the annotation is being applied to, BUT the @Import does NOT override the Beans defined in the annotation's Import.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
 
 
Tests for EnableFrameworkControllers
Tests for EnableFrameworkRestControllers
Tests whether or not bean overriding works when beans are read via the FrameworkXmlBeanDefinitionReader and then overridden via an @Configuration class.
 
 
This test is intended to test how to override framework bean definitions with a client-level configuration class.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Some verification tests around @Merge @AliasFor
 
 
 
Spring integratino tests to verify that the MergeXmlBeanDefinitionReader is working as expected
 
 
 
 
 
Run the test case as a java main application in a new JVM.
Run the test case as a java main application in a new JVM.
This represents a version of SelectizeCollectionUtils where static method overloading took place.
Introduce some common testing util methods here.
 
 
Tests that our property configurations work with other environments that aren't standard
 
 
Tests 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
 
 
Tests for SchemaLocationNodeValueMerge
Base class for site map generator tests
Test that ensures our BroadleafEnvironmentConfiguringApplicationListener is applied automatically in a Spring Boot environment, and that any application.properties files overrides any of the Broadleaf sources
 
Utility class that can be substituted for StreamingTransactionCapableUtil to allow targeted testing of transaction failures (e.g. connection pool exhaustion)