Class YDocumentCartRepositoryTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
ydocumentcartpackage.persistence.polyglot.repository.documentcart.YDocumentCartRepositoryTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
YDocumentCartRepositoryTest
public YDocumentCartRepositoryTest()
-
-
Method Details
-
setUp
public void setUp() -
checkGettingItemStateByCartIdentity
public void checkGettingItemStateByCartIdentity() -
checkGettingItemStateByCartEntryIdentity
public void checkGettingItemStateByCartEntryIdentity() -
checkRemoveItemStateByCartIdentity
public void checkRemoveItemStateByCartIdentity() -
checkRemoveItemStateByCartEntryIdentity
public void checkRemoveItemStateByCartEntryIdentity() -
checkRemoveItemStateThrowsAnExceptionWhenVersionDoesNotMatch
public void checkRemoveItemStateThrowsAnExceptionWhenVersionDoesNotMatch() -
testCartVersion
public void testCartVersion() -
testCartWithCartEntryVersion
public void testCartWithCartEntryVersion() -
testCartWithCartEntryVersionAfterUpdate
public void testCartWithCartEntryVersionAfterUpdate() -
testCartVersionIsUnchangedAfterUpdateOfCartEntry
public void testCartVersionIsUnchangedAfterUpdateOfCartEntry() -
checkGettingCartEntryWithFSPolyglotDialectIsNull
public void checkGettingCartEntryWithFSPolyglotDialectIsNull() -
checkGettingICartEntryWithFSPolyglotDialectIsNotNull
public void checkGettingICartEntryWithFSPolyglotDialectIsNotNull() -
checkGettingCartEntryByCriteriaWithComparisionEqualNull
public void checkGettingCartEntryByCriteriaWithComparisionEqualNull() -
checkGettingCartEntryByCriteriaWithComparisionNotEqualNull
public void checkGettingCartEntryByCriteriaWithComparisionNotEqualNull() -
shouldSortCollectionInProperOrderWithNullValuesFirst
public void shouldSortCollectionInProperOrderWithNullValuesFirst() -
shouldSortCollectionInProperOrderWithoutNullValues
public void shouldSortCollectionInProperOrderWithoutNullValues() -
shouldSaveCartWithEntryGroups
public void shouldSaveCartWithEntryGroups() -
shouldBeAbleToStoreLargeNumberOfCartEntriesWhenUsingSQLServer
public void shouldBeAbleToStoreLargeNumberOfCartEntriesWhenUsingSQLServer()
-