Class DataHubRequestCreatorTest
- java.lang.Object
-
- de.hybris.y2ysync.task.runner.internal.DataHubRequestCreatorTest
-
@UnitTest public class DataHubRequestCreatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataHubRequestCreatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldSuccessfullySendSyncMediaUrlsGrouppedByImpExHeaderAsJSON()
void
shouldThrowAnExceptionWhenRemoteDataHubControllerRespondsWithNot200OK()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldSuccessfullySendSyncMediaUrlsGrouppedByImpExHeaderAsJSON
public void shouldSuccessfullySendSyncMediaUrlsGrouppedByImpExHeaderAsJSON() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldThrowAnExceptionWhenRemoteDataHubControllerRespondsWithNot200OK
public void shouldThrowAnExceptionWhenRemoteDataHubControllerRespondsWithNot200OK() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-