Class ItemModelConverterVerifyCollectionFieldTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverterVerifyCollectionFieldTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ItemModelConverterVerifyCollectionFieldTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ItemModelConverterVerifyCollectionFieldTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidarrayListTest()voidcollectionsSinletonTest()voidhashSetRegularTest()voidhashSetWithNullValueTest()voidimmutableListOfTest()voidimmutableSetOfTest()voidnullCollectionTest()voidprepare()voidsetOfTest()voidtreeSetTest()-
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
-
-
-
-
Method Detail
-
prepare
public void prepare()
-
nullCollectionTest
public void nullCollectionTest()
-
hashSetRegularTest
public void hashSetRegularTest()
-
hashSetWithNullValueTest
public void hashSetWithNullValueTest()
-
arrayListTest
public void arrayListTest()
-
collectionsSinletonTest
public void collectionsSinletonTest()
-
setOfTest
public void setOfTest()
-
immutableSetOfTest
public void immutableSetOfTest()
-
immutableListOfTest
public void immutableListOfTest()
-
treeSetTest
public void treeSetTest()
-
-