Class DecoderDumperTests

java.lang.Object
org.djutils.decoderdumper.DecoderDumperTests

public class DecoderDumperTests extends Object
Tests for the decoder/dumper package.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.

Author:
Alexander Verbraeck, Peter Knoppers
  • Constructor Details

    • DecoderDumperTests

      public DecoderDumperTests()
  • Method Details

    • testHexDumper

      @Test public final void testHexDumper() throws InterruptedException, IOException
      Test the Hex decoder and dumper classes.
      Throws:
      InterruptedException - if that happens; this test has failed.
      IOException - if that happens; this test has failed.
    • testBase64Dumper

      @Test public void testBase64Dumper()
      Test the Base64 decoder and dumper classes.