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.String
CART_DESCRIPTION
static java.lang.Double
COST
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description FindCartByPolyglotQueryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
findCartByDescription()
void
findCartByDescriptionOtherThan()
void
findCartByItsPK()
void
findCartEntryByItsPK()
void
findCarts()
void
findCartsWithOrderBy()
void
setUp()
void
shouldFindCartEntryByItsCart()
void
shouldFindCartEntryByItsProduct()
void
shouldFindCartEntryByItsQuantity()
void
shouldThrowExceptionWhenSearchingForCartEntryByItsCartAndFullScanNotAllowed()
void
shouldThrowExceptionWhenSearchingForCartEntryByItsProductAndFullScanNotAllowed()
void
shouldThrowExceptionWhenSearchingForCartEntryByItsQuantityAndFullScanNotAllowed()
-
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()
-
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()
-
-