Class KeyMapAdaptedEntryAdapterTest
- java.lang.Object
-
- de.hybris.platform.cmsoccaddon.jaxb.adapters.KeyMapAdaptedEntryAdapterTest
-
@UnitTest public class KeyMapAdaptedEntryAdapterTest extends java.lang.Object
JUnit Tests for the KeyMapAdaptedEntryAdapter
-
-
Constructor Summary
Constructors Constructor Description KeyMapAdaptedEntryAdapterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldMarshalCollectionValue()voidshouldMarshalCollectionValue_CollectionIsEmpty()voidshouldMarshalMapValue()voidshouldMarshalMapValue_MapIsEmpty()voidshouldMarshalStringValue()voidshouldNotMarshalNullValue()voidshouldThrowUnsupportedOperationException()
-
-
-
Method Detail
-
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 java.lang.Exception- Throws:
java.lang.Exception
-
-