Class DefaultConsentDaoIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultConsentDaoIntegrationTest extends ServicelayerTest
JUnit test suite for DefaultCommerceQuoteDao
  • Constructor Details

    • DefaultConsentDaoIntegrationTest

      public DefaultConsentDaoIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldFindActiveConsentByCustomer

      public void shouldFindActiveConsentByCustomer() throws ParseException
      Throws:
      ParseException
    • shouldNotFindActiveConsentByWrongCustomer

      public void shouldNotFindActiveConsentByWrongCustomer() throws ParseException
      Throws:
      ParseException
    • shouldNotFindActiveConsentByWrongConsentTemplate

      public void shouldNotFindActiveConsentByWrongConsentTemplate() throws ParseException
      Throws:
      ParseException
    • shouldNotFindActiveConsentifConsentTemplateisNull

      public void shouldNotFindActiveConsentifConsentTemplateisNull() throws ParseException
      Throws:
      ParseException
    • shouldNotFindActiveConsentifCustomerisNull

      public void shouldNotFindActiveConsentifCustomerisNull() throws ParseException
      Throws:
      ParseException
    • shouldFindAllConsentsByCustomer

      public void shouldFindAllConsentsByCustomer() throws ParseException
      Throws:
      ParseException
    • shouldNotFindAllConsentsByCustomerIfCustomerisNull

      public void shouldNotFindAllConsentsByCustomerIfCustomerisNull() throws ParseException
      Throws:
      ParseException