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-2021 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestNumberSerializers()Test the serializers of the Number types, Boolean and Character.voidtestPrimitiveSerializers()Test the serializers of the primitive types.voidtestScalarSerializers()Test the serializers of the DoubleScalar and FloatScalar types.voidtestSerializerErrors()Test the errors for the serializers.voidtestStringSerializer()Test the serializer of the String type. 
 - 
 
- 
- 
Method Detail
- 
testPrimitiveSerializers
public void testPrimitiveSerializers() throws TextSerializationExceptionTest the serializers of the primitive types.- Throws:
 TextSerializationException- when serializer could not be found
 
- 
testNumberSerializers
public void testNumberSerializers() throws TextSerializationExceptionTest the serializers of the Number types, Boolean and Character.- Throws:
 TextSerializationException- when serializer could not be found
 
- 
testStringSerializer
public void testStringSerializer() throws TextSerializationExceptionTest the serializer of the String type.- Throws:
 TextSerializationException- when serializer could not be found
 
- 
testSerializerErrors
public void testSerializerErrors() throws TextSerializationExceptionTest the errors for the serializers.- Throws:
 TextSerializationException- when serializer could not be found
 
- 
testScalarSerializers
public void testScalarSerializers() throws TextSerializationExceptionTest the serializers of the DoubleScalar and FloatScalar types.- Throws:
 TextSerializationException- when serializer could not be found
 
 - 
 
 -