Class DefaultDataHubOutboundServiceUnitTest

java.lang.Object
com.hybris.datahub.core.services.impl.DefaultDataHubOutboundServiceUnitTest

@UnitTest public class DefaultDataHubOutboundServiceUnitTest extends Object
  • Constructor Details

    • DefaultDataHubOutboundServiceUnitTest

      public DefaultDataHubOutboundServiceUnitTest()
  • Method Details

    • setup

      public void setup() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithFeedNameAndObject

      public void testSendToDataHub_WithFeedNameAndObject() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithObject

      public void testSendToDataHub_WithObject() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithFeedNameAndMap

      public void testSendToDataHub_WithFeedNameAndMap() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithMap

      public void testSendToDataHub_WithMap() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithFeedNameAndListOfMaps

      public void testSendToDataHub_WithFeedNameAndListOfMaps() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithListOfMaps

      public void testSendToDataHub_WithListOfMaps() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithNullFeedNameAndObject

      public void testSendToDataHub_WithNullFeedNameAndObject() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithNullFeedNameAndMap

      public void testSendToDataHub_WithNullFeedNameAndMap() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithNullRawTypeAndObject

      public void testSendToDataHub_WithNullRawTypeAndObject() throws Exception
      Throws:
      Exception
    • testSendToDataHub_WithNullRawTypeAndMap

      public void testSendToDataHub_WithNullRawTypeAndMap() throws Exception
      Throws:
      Exception
    • testDeleteItem

      public void testDeleteItem() throws Exception
      Throws:
      Exception
    • testDeleteItemWithDefaultPool

      public void testDeleteItemWithDefaultPool() throws Exception
      Throws:
      Exception
    • testDeleteItemWithNullTypeCode

      public void testDeleteItemWithNullTypeCode() throws Exception
      Throws:
      Exception
    • testDeleteItemWithBlankTypeCode

      public void testDeleteItemWithBlankTypeCode() throws Exception
      Throws:
      Exception
    • testDeleteItemWithNullFeedName

      public void testDeleteItemWithNullFeedName() throws Exception
      Throws:
      Exception
    • testDeleteItemWithBlankFeedName

      public void testDeleteItemWithBlankFeedName() throws Exception
      Throws:
      Exception
    • testDeleteItemWithNullPrimaryKeysMap

      public void testDeleteItemWithNullPrimaryKeysMap() throws Exception
      Throws:
      Exception
    • testDeleteItemWithEmptyPrimaryKeysMap

      public void testDeleteItemWithEmptyPrimaryKeysMap() throws Exception
      Throws:
      Exception
    • testDeleteByFeed

      public void testDeleteByFeed() throws Exception
      Throws:
      Exception
    • testDeleteByFeed_WithDefaultFeed

      public void testDeleteByFeed_WithDefaultFeed() throws Exception
      Throws:
      Exception
    • testDeleteByFeed_WithKeyFields

      public void testDeleteByFeed_WithKeyFields() throws Exception
      Throws:
      Exception
    • testDeleteByFeedWithKeysUsesTransmissionSafeValues

      public void testDeleteByFeedWithKeysUsesTransmissionSafeValues() throws Exception
      Throws:
      Exception
    • testDeleteByFeed_WithKeyFieldsAndDefaultFeed

      public void testDeleteByFeed_WithKeyFieldsAndDefaultFeed() throws Exception
      Throws:
      Exception
    • testDeleteByDefaultFeedWithKeysUsesTransmissionSafeValues

      public void testDeleteByDefaultFeedWithKeysUsesTransmissionSafeValues() throws Exception
      Throws:
      Exception
    • testDeleteItemsWithNullFeedName

      public void testDeleteItemsWithNullFeedName() throws Exception
      Throws:
      Exception
    • testDeleteItemsWithNullRawType

      public void testDeleteItemsWithNullRawType() throws Exception
      Throws:
      Exception
    • testDeleteItemFromFeedWithNullFeedName

      public void testDeleteItemFromFeedWithNullFeedName() throws Exception
      Throws:
      Exception
    • testDeleteFromDataFeedWithNullRawType

      public void testDeleteFromDataFeedWithNullRawType() throws Exception
      Throws:
      Exception
    • testDeleteFromDataFeedWithNullPrimaryKeysMap

      public void testDeleteFromDataFeedWithNullPrimaryKeysMap() throws Exception
      Throws:
      Exception
    • testDeleteFromDataFeedWithEmptyPrimaryKeysMap

      public void testDeleteFromDataFeedWithEmptyPrimaryKeysMap() throws Exception
      Throws:
      Exception