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