@BroadleafAdminIntegrationTest @TestExecutionListeners(value={org.springframework.test.context.transaction.TransactionalTestExecutionListener.class,org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener.class}) public class JUnitAdminIntegrationSetup extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Used as a customization point so that you can extend this class and add additional beans to the live Broadleaf ApplicationContext.
This also adds the additional default TestExecutionListeners that are not included in the Spring super class.
This class hierarchy must be used if you are making any customizations to the ApplicationContext. If you do not need any addtiional customizations for your tests then you can just use @BroadleafAdminIntegrationTest directly.
BroadleafAdminIntegrationTest,
JUnitTransactionalAdminIntegrationSetup| Constructor and Description |
|---|
JUnitAdminIntegrationSetup() |
Copyright © 2022. All rights reserved.