Package de.hybris.y2ysync.services.impl
Class DefaultSyncConfigServiceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.y2ysync.services.impl.DefaultSyncConfigServiceTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class DefaultSyncConfigServiceTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultSyncConfigServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldCreateColumnDefintionsBasedOnLocalizedAttributeDescriptor()
void
shouldCreateColumnDefintionsBasedOnUnlocalizedAttributeDescriptor()
void
shouldCreateDefaultColumnDefintionsForComposedType()
-
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
-
shouldCreateColumnDefintionsBasedOnUnlocalizedAttributeDescriptor
public void shouldCreateColumnDefintionsBasedOnUnlocalizedAttributeDescriptor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCreateColumnDefintionsBasedOnLocalizedAttributeDescriptor
public void shouldCreateColumnDefintionsBasedOnLocalizedAttributeDescriptor() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldCreateDefaultColumnDefintionsForComposedType
public void shouldCreateDefaultColumnDefintionsForComposedType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-