Class DefaultWritePersistenceGatewayTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.directpersistence.impl.DefaultWritePersistenceGatewayTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultWritePersistenceGatewayTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultWritePersistenceGatewayTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldStoreMultipleTestItemsInBatchWithUnlocalizedOnlyProperties()
void
shouldStoreTestItemWithUnlocalizedAndLocalizedProperties()
void
shouldStoreTestItemWithUnlocalizedOnlyProperties()
void
shouldStoreTestItemWithUnlocalizedPropertiesAndLocalizedPropsValues()
void
shouldStoreTestItemWithUnlocalizedPropertiesAndUnlocalizedPropsValues()
-
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
-
shouldStoreTestItemWithUnlocalizedOnlyProperties
public void shouldStoreTestItemWithUnlocalizedOnlyProperties()
-
shouldStoreMultipleTestItemsInBatchWithUnlocalizedOnlyProperties
public void shouldStoreMultipleTestItemsInBatchWithUnlocalizedOnlyProperties()
-
shouldStoreTestItemWithUnlocalizedAndLocalizedProperties
public void shouldStoreTestItemWithUnlocalizedAndLocalizedProperties()
-
shouldStoreTestItemWithUnlocalizedPropertiesAndUnlocalizedPropsValues
public void shouldStoreTestItemWithUnlocalizedPropertiesAndUnlocalizedPropsValues()
-
shouldStoreTestItemWithUnlocalizedPropertiesAndLocalizedPropsValues
public void shouldStoreTestItemWithUnlocalizedPropertiesAndLocalizedPropsValues()
-
-