Package org.djutils.data
Class TestTextSerializers
java.lang.Object
org.djutils.data.TestTextSerializers
public class TestTextSerializers extends Object
TestTextSerializers tests the (de)serialization of the different classes from/into text.
Copyright (c) 2020-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Copyright (c) 2020-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors Constructor Description TestTextSerializers()
-
Method Summary
Modifier and Type Method Description void
testNumberSerializers()
Test the serializers of the Number types, Boolean and Character.void
testPrimitiveSerializers()
Test the serializers of the primitive types.void
testScalarSerializers()
Test the serializers of the DoubleScalar and FloatScalar types.void
testSerializerErrors()
Test the errors for the serializers.void
testStringSerializer()
Test the serializer of the String type.
-
Constructor Details
-
TestTextSerializers
public TestTextSerializers()
-
-
Method Details
-
testPrimitiveSerializers
public void testPrimitiveSerializers() throws org.djutils.data.serialization.TextSerializationExceptionTest the serializers of the primitive types.- Throws:
org.djutils.data.serialization.TextSerializationException
- when serializer could not be found
-
testNumberSerializers
public void testNumberSerializers() throws org.djutils.data.serialization.TextSerializationExceptionTest the serializers of the Number types, Boolean and Character.- Throws:
org.djutils.data.serialization.TextSerializationException
- when serializer could not be found
-
testStringSerializer
public void testStringSerializer() throws org.djutils.data.serialization.TextSerializationExceptionTest the serializer of the String type.- Throws:
org.djutils.data.serialization.TextSerializationException
- when serializer could not be found
-
testSerializerErrors
public void testSerializerErrors() throws org.djutils.data.serialization.TextSerializationExceptionTest the errors for the serializers.- Throws:
org.djutils.data.serialization.TextSerializationException
- when serializer could not be found
-
testScalarSerializers
public void testScalarSerializers() throws org.djutils.data.serialization.TextSerializationExceptionTest the serializers of the DoubleScalar and FloatScalar types.- Throws:
org.djutils.data.serialization.TextSerializationException
- when serializer could not be found
-