Class DefaultDataHubOutboundServiceUnitTest
- java.lang.Object
-
- com.hybris.datahub.core.services.impl.DefaultDataHubOutboundServiceUnitTest
-
@UnitTest public class DefaultDataHubOutboundServiceUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDataHubOutboundServiceUnitTest()
-
Method Summary
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithFeedNameAndObject
public void testSendToDataHub_WithFeedNameAndObject() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithObject
public void testSendToDataHub_WithObject() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithFeedNameAndMap
public void testSendToDataHub_WithFeedNameAndMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithMap
public void testSendToDataHub_WithMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithFeedNameAndListOfMaps
public void testSendToDataHub_WithFeedNameAndListOfMaps() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithListOfMaps
public void testSendToDataHub_WithListOfMaps() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithNullFeedNameAndObject
public void testSendToDataHub_WithNullFeedNameAndObject() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithNullFeedNameAndMap
public void testSendToDataHub_WithNullFeedNameAndMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithNullRawTypeAndObject
public void testSendToDataHub_WithNullRawTypeAndObject() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSendToDataHub_WithNullRawTypeAndMap
public void testSendToDataHub_WithNullRawTypeAndMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItem
public void testDeleteItem() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithDefaultPool
public void testDeleteItemWithDefaultPool() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithNullTypeCode
public void testDeleteItemWithNullTypeCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithBlankTypeCode
public void testDeleteItemWithBlankTypeCode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithNullFeedName
public void testDeleteItemWithNullFeedName() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithBlankFeedName
public void testDeleteItemWithBlankFeedName() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithNullPrimaryKeysMap
public void testDeleteItemWithNullPrimaryKeysMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemWithEmptyPrimaryKeysMap
public void testDeleteItemWithEmptyPrimaryKeysMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByFeed
public void testDeleteByFeed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByFeed_WithDefaultFeed
public void testDeleteByFeed_WithDefaultFeed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByFeed_WithKeyFields
public void testDeleteByFeed_WithKeyFields() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByFeedWithKeysUsesTransmissionSafeValues
public void testDeleteByFeedWithKeysUsesTransmissionSafeValues() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByFeed_WithKeyFieldsAndDefaultFeed
public void testDeleteByFeed_WithKeyFieldsAndDefaultFeed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteByDefaultFeedWithKeysUsesTransmissionSafeValues
public void testDeleteByDefaultFeedWithKeysUsesTransmissionSafeValues() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemsWithNullFeedName
public void testDeleteItemsWithNullFeedName() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemsWithNullRawType
public void testDeleteItemsWithNullRawType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteItemFromFeedWithNullFeedName
public void testDeleteItemFromFeedWithNullFeedName() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteFromDataFeedWithNullRawType
public void testDeleteFromDataFeedWithNullRawType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteFromDataFeedWithNullPrimaryKeysMap
public void testDeleteFromDataFeedWithNullPrimaryKeysMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDeleteFromDataFeedWithEmptyPrimaryKeysMap
public void testDeleteFromDataFeedWithEmptyPrimaryKeysMap() throws java.lang.Exception- Throws:
java.lang.Exception
-
-