Class JsonSerializerTest
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.serializer.json.JsonSerializerTest
-
@UnitTest public class JsonSerializerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JsonSerializerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldFailOnDeserializeUnsupportedSerializableType()voidshouldFailOnSavingUnsupportedSerializableType()voidshouldSupportMapType()voidshouldSupportSetType()
-
-
-
Method Detail
-
shouldFailOnSavingUnsupportedSerializableType
public void shouldFailOnSavingUnsupportedSerializableType()
-
shouldFailOnDeserializeUnsupportedSerializableType
public void shouldFailOnDeserializeUnsupportedSerializableType()
-
shouldSupportSetType
public void shouldSupportSetType()
-
shouldSupportMapType
public void shouldSupportMapType()
-
-