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