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
@IntegrationTest public class DefaultProductInterestDaoTest extends ServicelayerTransactionalTest
JUnit test suite forProductInterestDao
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultProductInterestDaoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PageableData
createPageableData(int pageNumber, int pageSize, java.lang.String sortCode)
void
prepare()
void
test_Find_Expired_Product_Interests()
void
test_Find_Product_Interests()
void
test_Find_Product_Interests_By_Customer()
void
test_Find_Product_Interests_By_Customer_Empty()
void
test_Find_Product_Interests_Empty()
void
test_Find_Products_By_Customer_Interests()
void
test_Find_Products_Count_By_Customer_Interests()
void
test_findProductInterests_with_expired_By_Customer()
void
testFindProductInterestsByNotificationType()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
prepare
public void prepare() throws ImpExException
- 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
public void testFindProductInterestsByNotificationType() throws ImpExException
- Throws:
ImpExException
-
createPageableData
protected PageableData createPageableData(int pageNumber, int pageSize, java.lang.String sortCode)
-
-