Package org.djutils.decoderdumper
Class DecoderDumperTests
java.lang.Object
org.djutils.decoderdumper.DecoderDumperTests
public class DecoderDumperTests extends Object
Tests for the decoder/dumper package.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Jan 3, 2019
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors Constructor Description DecoderDumperTests()
-
Method Summary
Modifier and Type Method Description void
testBase64Dumper()
Test the Base64 decoder and dumper classes.void
testHexDumper()
Test the Hex decoder and dumper classes.
-
Constructor Details
-
DecoderDumperTests
public DecoderDumperTests()
-
-
Method Details
-
testHexDumper
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
public void testBase64Dumper()Test the Base64 decoder and dumper classes.
-