test context, this method will end the transaction
and run @AfterTransaction methods.test context is
configured to run within a transaction, this method will run
@BeforeTransaction methods and start a new
transaction.BroadleafGenericGroovyXmlWebContextLoader supports the XML merging that
Broadleaf's framework features, but this is handled during the .refresh() method
in the loadContext method so this method was only pulled from the original class
GenericGroovyXmlWebContextLoader in case of the Spring-Test framework requiring
this method to have a particular behavior.BroadleafGenericGroovyXmlWebContextLoader supports the XML merging that
Broadleaf's framework features, but this is handled during the .refresh() method
in the loadContext method so this method was only pulled from the original class
GenericGroovyXmlWebContextLoader in case of the Spring-Test framework requiring
this method to have a particular behavior.transaction manager to use
for the supplied test context.test context.test context by taking into consideration the
default rollback flag and a
possible method-level override via the Rollback annotation.BroadleafGenericGroovyXmlWebContextLoader should be used as a
SmartContextLoader,
not as a legacy ContextLoader.MergeXmlWebApplicationContext from the supplied MergedContextConfigurationTestExecutionListener which provides support for executing
tests within transactions by using
@Transactional
and @NotTransactional annotations.PaymentGatewayTransactionService.@AfterTransaction methods for the
specified test context.@BeforeTransaction methods for the
specified test context.BroadleafGenericGroovyXmlWebContextLoader supports the XML merging that
Broadleaf's framework features, but this is handled during the .refresh() method
in the loadContext method so this method was only pulled from the original class
GenericXmlWebContextLoader in case of the Spring-Test framework requiring
this method to have a particular behavior.Copyright © 2020. All rights reserved.