Class TestTSVData

java.lang.Object
org.djutils.data.TestTSVData

public class TestTSVData
extends Object
TestTSVData tests writing and reading of a TSV file, and checks that all data is read back correctly into the DataTable.

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 Details

  • Method Details

    • testreadWriteTSV

      public void testreadWriteTSV() throws IOException, com.opencsv.exceptions.CsvValidationException, org.djutils.data.serialization.TextSerializationException
      test reading and writing of a TSV file.
      Throws:
      IOException - on error
      com.opencsv.exceptions.CsvValidationException - on TSV error
      org.djutils.data.serialization.TextSerializationException - on unknown data type for (de)serialization