Class DefaultCommerceQuoteDaoTest

All Implemented Interfaces:
JaloSessionHolder

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

    • DefaultCommerceQuoteDaoTest

      public DefaultCommerceQuoteDaoTest()
  • Method Details

    • setUp

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

      public void shouldFindQuotesByCustomerAndStore()
    • shouldNotFindQuotesSinceNoQuoteWithWrongState

      public void shouldNotFindQuotesSinceNoQuoteWithWrongState()
    • shouldNotFindQuotesByNoQuoteCustomer

      public void shouldNotFindQuotesByNoQuoteCustomer()
    • shouldNotFindQuotesByNoQuoteStore

      public void shouldNotFindQuotesByNoQuoteStore()
    • shouldGetQuotesCountByCustomerAndStore

      public void shouldGetQuotesCountByCustomerAndStore()
    • shouldGetZeroQuoteCountSinceNoQuoteWithWrongState

      public void shouldGetZeroQuoteCountSinceNoQuoteWithWrongState()
    • shouldGetZeroQuoteCountForNoQuoteCustomer

      public void shouldGetZeroQuoteCountForNoQuoteCustomer()
    • shouldGetZeroQuoteCountForNoQuoteStore

      public void shouldGetZeroQuoteCountForNoQuoteStore()
    • shouldFindQuoteByCode

      public void shouldFindQuoteByCode()
    • shouldNotFindQuoteByCode

      public void shouldNotFindQuoteByCode()
    • shouldNotFindQuoteByCodeWithWrongState

      public void shouldNotFindQuoteByCodeWithWrongState()
    • ceateSamplePageableData

      protected PageableData ceateSamplePageableData()