Class DefaultSLDDataContainerProviderTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.directpersistence.cache.DefaultSLDDataContainerProviderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultSLDDataContainerProviderTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultSLDDataContainerProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckContainersAreValid(ProductModel p1, ProductModel p2, ProductModel p3, java.util.List<SLDDataContainer> containers)protected java.util.Collection<LinkModel>getLinks(ItemModel src, ItemModel tgt, java.lang.String qualifier)voidsetUp()voidshouldBulkLoadItems()voidshouldBulkLoadItemsConcurrently()voidtestCMPAttributes()voidtestLoadBaseProperties()voidtestLoadProperties()voidtestLoadWithNotExistingPK()voidtestSaveAndReadThroughSLD()-
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
-
setUp
public void setUp()
-
testLoadWithNotExistingPK
public void testLoadWithNotExistingPK()
-
testLoadBaseProperties
public void testLoadBaseProperties()
-
testLoadProperties
public void testLoadProperties() throws JaloGenericCreationException, JaloAbstractTypeException, ConsistencyCheckException
-
testSaveAndReadThroughSLD
@Transactional public void testSaveAndReadThroughSLD()
-
shouldBulkLoadItems
public void shouldBulkLoadItems() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBulkLoadItemsConcurrently
public void shouldBulkLoadItemsConcurrently() throws java.lang.Exception- Throws:
java.lang.Exception
-
checkContainersAreValid
public void checkContainersAreValid(ProductModel p1, ProductModel p2, ProductModel p3, java.util.List<SLDDataContainer> containers)
-
testCMPAttributes
public void testCMPAttributes()
-
-