Class DefaultDataHubOutbountClientUnitTest
- java.lang.Object
-
- com.hybris.datahub.core.rest.client.DefaultDataHubOutbountClientUnitTest
-
@UnitTest public class DefaultDataHubOutbountClientUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDataHubOutbountClientUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDeleteByFeed()voidtestDeleteByFeed_WithRetry()voidtestDeleteItem()voidtestDeleteItem_WithRetry()voidtestExportData()voidtestExportData_WithRetry()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testDeleteByFeed
public void testDeleteByFeed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByFeed_WithRetry
public void testDeleteByFeed_WithRetry() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItem
public void testDeleteItem() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItem_WithRetry
public void testDeleteItem_WithRetry() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExportData
public void testExportData() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExportData_WithRetry
public void testExportData_WithRetry() throws java.lang.Exception- Throws:
java.lang.Exception
-
-