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()
      • shouldFindCartByDescription

        public void shouldFindCartByDescription()
      • shouldThrowExceptionWhenSearchingCartByDescriptionAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingCartByDescriptionAndFullScanNotAllowed()
      • findCarts

        public void findCarts()
      • shouldFindCarts

        public void shouldFindCarts()
      • shouldThrowExceptionWhenSearchingCartsAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingCartsAndFullScanNotAllowed()
      • findCartsWithOrderBy

        public void findCartsWithOrderBy()
      • shouldFindCartsWithOrderBy

        public void shouldFindCartsWithOrderBy()
      • shouldThrowExceptionWhenSearchingCartsWithOrderByAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingCartsWithOrderByAndFullScanNotAllowed()
      • findCartByDescriptionOtherThan

        public void findCartByDescriptionOtherThan()
      • shouldCartByDescriptionOtherThan

        public void shouldCartByDescriptionOtherThan()
      • shouldThrowExceptionWhenSearchingCartByDescriptionOtherThanAndFullScanNotAllowed

        public void shouldThrowExceptionWhenSearchingCartByDescriptionOtherThanAndFullScanNotAllowed()
      • 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()
      • findAbstractOrderEntryByPKWhereParamIsString

        public void findAbstractOrderEntryByPKWhereParamIsString()
      • findCartByPKWhereParamIsString

        public void findCartByPKWhereParamIsString()
      • findCartEntryByItsCartWhereParamIsString

        public void findCartEntryByItsCartWhereParamIsString()
      • findAbstractPromotionActionWhereParamIsString

        public void findAbstractPromotionActionWhereParamIsString()
      • shouldQueryRootDocumentWhenCartEntryOrderAttributeIsString

        public void shouldQueryRootDocumentWhenCartEntryOrderAttributeIsString()
      • shouldQueryByEntityIdWhenCartEntryPkAttributeIsString

        public void shouldQueryByEntityIdWhenCartEntryPkAttributeIsString()
      • shouldQueryRootDocumentWhenCartPkIsString

        public void shouldQueryRootDocumentWhenCartPkIsString()
      • shouldQueryByEntityIdWhenPromotionResultAttributeIsString

        public void shouldQueryByEntityIdWhenPromotionResultAttributeIsString()
      • shouldQueryByEntityConditionWhenGuidAttributeIsString

        public void shouldQueryByEntityConditionWhenGuidAttributeIsString()
      • shouldQueryByEntityIdForPromotionOrderEntryConsumedWhenPromotionResultAttributeIsString

        public void shouldQueryByEntityIdForPromotionOrderEntryConsumedWhenPromotionResultAttributeIsString()