Class DefaultProductInterestDaoTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultProductInterestDaoTest extends ServicelayerTransactionalTest
JUnit test suite for ProductInterestDao
  • Constructor Details

    • DefaultProductInterestDaoTest

      public DefaultProductInterestDaoTest()
  • Method Details

    • 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, String sortCode)