Class FindCartByPolyglotQueryTest

    • Field Detail

      • CART_DESCRIPTION

        public static final java.lang.String CART_DESCRIPTION
        See Also:
        Constant Field Values
      • COST

        public static final java.lang.Double COST
    • Constructor Detail

      • FindCartByPolyglotQueryTest

        public FindCartByPolyglotQueryTest()
    • Method Detail

      • setUp

        public void setUp()
      • findCartByDescription

        public void findCartByDescription()
      • findCarts

        public void findCarts()
      • findCartsWithOrderBy

        public void findCartsWithOrderBy()
      • findCartByDescriptionOtherThan

        public void findCartByDescriptionOtherThan()
      • shouldFindCartEntryByItsQuantity

        public void shouldFindCartEntryByItsQuantity()
      • shouldThrowExceptionWhenSearchingForCartEntryByItsQuantityAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingForCartEntryByItsQuantityAndFullScanNotAllowed()
      • shouldFindCartEntryByItsCart

        public void shouldFindCartEntryByItsCart()
      • shouldThrowExceptionWhenSearchingForCartEntryByItsCartAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingForCartEntryByItsCartAndFullScanNotAllowed()
      • shouldFindCartEntryByItsProduct

        public void shouldFindCartEntryByItsProduct()
      • shouldThrowExceptionWhenSearchingForCartEntryByItsProductAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingForCartEntryByItsProductAndFullScanNotAllowed()
      • findCartEntryByItsPK

        public void findCartEntryByItsPK()
      • findCartByItsPK

        public void findCartByItsPK()