@BroadleafAdminIntegrationTest public abstract class TestNGTransactionalAdminIntegrationSetup extends org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
The @Transactional version of the TestNGAdminIntegrationSetup. All @Test methods contained
within any subclasses of this are run within the TransactionUtils.DEFAULT_TRANSACTION_MANAGER transaction manager.
You can get finer-grained control over which classes are @Transactional and which ones aren't by instead subclassing
TestNGSiteIntegrationSetup instead and annotating individual @Test methods.
AbstractTransactionalTestNGSpringContextTests,
TransactionalTestExecutionListener,
BroadleafSiteIntegrationTest| Constructor and Description |
|---|
TestNGTransactionalAdminIntegrationSetup() |
countRowsInTable, countRowsInTableWhere, deleteFromTables, deleteFromTableWhere, dropTables, executeSqlScript, setDataSource, setSqlScriptEncodingrun, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstanceCopyright © 2019. All rights reserved.