Class KeyMapAdaptedEntryAdapterTest


  • @UnitTest
    public class KeyMapAdaptedEntryAdapterTest
    extends java.lang.Object
    JUnit Tests for the KeyMapAdaptedEntryAdapter
    • Constructor Detail

      • KeyMapAdaptedEntryAdapterTest

        public KeyMapAdaptedEntryAdapterTest()
    • 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