Class FindCartByPolyglotQueryTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.search.FindCartByPolyglotQueryTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class FindCartByPolyglotQueryTest extends ServicelayerBaseTest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCART_DESCRIPTIONstatic java.lang.DoubleCOST-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description FindCartByPolyglotQueryTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
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
-
-
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()
-
-