Class DefaultProductInterestDaoTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.customerinterestsservices.productinterest.daos.impl.DefaultProductInterestDaoTest
- All Implemented Interfaces:
JaloSessionHolder
JUnit test suite for
ProductInterestDao-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PageableDatacreatePageableData(int pageNumber, int pageSize, String sortCode) voidprepare()voidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultProductInterestDaoTest
public DefaultProductInterestDaoTest()
-
-
Method Details
-
prepare
- Throws:
ImpExException
-
test_Find_Product_Interests_By_Customer
public void test_Find_Product_Interests_By_Customer() -
test_findProductInterests_with_expired_By_Customer
public void test_findProductInterests_with_expired_By_Customer() -
test_Find_Product_Interests_By_Customer_Empty
public void test_Find_Product_Interests_By_Customer_Empty() -
test_Find_Product_Interests
public void test_Find_Product_Interests() -
test_Find_Product_Interests_Empty
public void test_Find_Product_Interests_Empty() -
test_Find_Expired_Product_Interests
public void test_Find_Expired_Product_Interests() -
test_Find_Products_By_Customer_Interests
public void test_Find_Products_By_Customer_Interests() -
test_Find_Products_Count_By_Customer_Interests
public void test_Find_Products_Count_By_Customer_Interests() -
testFindProductInterestsByNotificationType
- Throws:
ImpExException
-
createPageableData
-