Class ProductDaoTest
java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.broadleafcommerce.test.TestNGSiteIntegrationSetup
org.broadleafcommerce.core.catalog.dao.ProductDaoTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.testng.IHookable,org.testng.ITestNGListener
-
Field Summary
Fields inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup
LOGFields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateProducts(Product product) voidvoidtestReadArchivedProductsByName(Product product) voidtestReadProductsById(Product product) voidtestReadProductsByName(Product product) voidvoidMethods inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup
logStart, logWhenDone, reSetApplicationContextMethods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance
-
Constructor Details
-
ProductDaoTest
public ProductDaoTest()
-
-
Method Details
-
createProducts
-
createUpSaleValues
@Rollback(false) @Transactional public void createUpSaleValues() -
testReadProductsWithUpSaleValues
@Transactional public void testReadProductsWithUpSaleValues() -
createCrossSaleValues
@Rollback(false) @Transactional public void createCrossSaleValues() -
testReadProductsWithCrossSaleValues
@Transactional public void testReadProductsWithCrossSaleValues() -
testReadProductsById
-
testReadProductsByName
-
testReadArchivedProductsByName
-