Class DataHubRequestCreatorIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.y2ysync.task.runner.internal.DataHubRequestCreatorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class DataHubRequestCreatorIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DataHubRequestCreatorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldReturnCustomY2YSyncHomeUrl()
void
shouldReturnCustomY2YSyncWebRoot()
void
shouldReturnDefaultJunitTenantY2YSyncWebRoot()
void
shouldReturnDefaultY2YSyncHomeUrl()
void
tearDown()
-
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
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnDefaultJunitTenantY2YSyncWebRoot
public void shouldReturnDefaultJunitTenantY2YSyncWebRoot() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnCustomY2YSyncWebRoot
public void shouldReturnCustomY2YSyncWebRoot() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnDefaultY2YSyncHomeUrl
public void shouldReturnDefaultY2YSyncHomeUrl() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldReturnCustomY2YSyncHomeUrl
public void shouldReturnCustomY2YSyncHomeUrl() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-