Package org.djutils.data
Class TestTextSerializers
java.lang.Object
org.djutils.data.TestTextSerializers
TestTextSerializers tests the (de)serialization of the different classes from/into text.
Copyright (c) 2020-2024 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-2024 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the serializers for correctly handling null values.void
Test the serializers of the Number types, Boolean and Character.void
Test the serializers of the primitive types, using the generic (de)serializer from the textSerializer interface.void
Test the serializers of the primitive types, using the generic (de)serializer from the textSerializer interface.void
Test the serializers of the DoubleScalar and FloatScalar types.void
Test the serializers of the DoubleScalar and FloatScalar types with a different unit in the Column.void
Test the errors for the serializers.void
Test the serializer of the String type.
-
Constructor Details
-
TestTextSerializers
public TestTextSerializers()
-
-
Method Details
-
testPrimitiveSerializersGeneric
Test the serializers of the primitive types, using the generic (de)serializer from the textSerializer interface.- Throws:
TextSerializationException
- when serializer could not be found
-
testPrimitiveClassSerializersGeneric
Test the serializers of the primitive types, using the generic (de)serializer from the textSerializer interface.- Throws:
TextSerializationException
- when serializer could not be found
-
testNumberSerializers
Test the serializers of the Number types, Boolean and Character.- Throws:
TextSerializationException
- when serializer could not be found
-
testNullValueSerializers
Test the serializers for correctly handling null values.- Throws:
TextSerializationException
- when serializer could not be found
-
testStringSerializer
Test the serializer of the String type.- Throws:
TextSerializationException
- when serializer could not be found
-
testSerializerErrors
Test the errors for the serializers.- Throws:
TextSerializationException
- when serializer could not be found
-
testScalarSerializers
Test the serializers of the DoubleScalar and FloatScalar types.- Throws:
TextSerializationException
- when serializer could not be found
-
testScalarSerializersColumnUnits
Test the serializers of the DoubleScalar and FloatScalar types with a different unit in the Column.- Throws:
TextSerializationException
- when serializer could not be found
-