Class DefaultSLDItemDAOTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.directpersistence.read.DefaultSLDItemDAOTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class DefaultSLDItemDAOTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultSLDItemDAOTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldBulkLoadContainersForAnExistingItems()
void
shouldLoadContainerForAnExistingItem()
void
shouldReturnEmptyResultWhenAskingForAlreadyRemovedItems()
-
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() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldLoadContainerForAnExistingItem
public void shouldLoadContainerForAnExistingItem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldBulkLoadContainersForAnExistingItems
public void shouldBulkLoadContainersForAnExistingItems() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnEmptyResultWhenAskingForAlreadyRemovedItems
public void shouldReturnEmptyResultWhenAskingForAlreadyRemovedItems() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-