Class KeyMapAdaptedEntryAdapterTest

java.lang.Object
de.hybris.platform.cmsoccaddon.jaxb.adapters.KeyMapAdaptedEntryAdapterTest

@UnitTest public class KeyMapAdaptedEntryAdapterTest extends Object
JUnit Tests for the KeyMapAdaptedEntryAdapter
  • Constructor Details

    • KeyMapAdaptedEntryAdapterTest

      public KeyMapAdaptedEntryAdapterTest()
  • Method Details

    • setup

      public void setup()
    • shouldMarshalStringValue

      public void shouldMarshalStringValue()
    • shouldMarshalMapValue

      public void shouldMarshalMapValue()
    • shouldMarshalMapValue_MapIsEmpty

      public void shouldMarshalMapValue_MapIsEmpty()
    • shouldMarshalCollectionValue

      public void shouldMarshalCollectionValue()
    • shouldMarshalCollectionValue_CollectionIsEmpty

      public void shouldMarshalCollectionValue_CollectionIsEmpty()
    • shouldNotMarshalNullValue

      public void shouldNotMarshalNullValue()
    • shouldThrowUnsupportedOperationException

      public void shouldThrowUnsupportedOperationException() throws Exception
      Throws:
      Exception