Class AdminTestContextConfiguration

java.lang.Object
org.broadleafcommerce.test.config.AdminTestContextConfiguration

@Configuration @EnableBroadleafAdminRootAutoConfiguration @ImportResource("classpath:bl-applicationContext-test.xml") public class AdminTestContextConfiguration extends Object
Configuration class that instantiates all of the Broadleaf Admin beans. This is not generally used outside of the BroadleafAdminIntegrationTest annotation but it can be used to compose other contexts outside of that annotation.
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • EnableBroadleafAdminRootAutoConfiguration
  • Constructor Details

    • AdminTestContextConfiguration

      public AdminTestContextConfiguration()