Package de.hybris.platform.test
Class LazyLoadItemListTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.LazyLoadItemListTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class LazyLoadItemListTest extends HybrisJUnit4Test
TestsLazyLoadItemList
.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description LazyLoadItemListTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testLazyList()
void
testLazyListDeserialize()
Checks if before and after serializationLazyLoadItemList.getPageBuffer
is empty or not.void
testLazyLoadOnRemovedItem()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testLazyLoadOnRemovedItem
public void testLazyLoadOnRemovedItem() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testLazyList
public void testLazyList() throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
testLazyListDeserialize
public void testLazyListDeserialize() throws java.io.IOException, java.lang.ClassNotFoundException
Checks if before and after serializationLazyLoadItemList.getPageBuffer
is empty or not.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-