Package org.djutils.decoderdumper
Class DecoderDumperTests
java.lang.Object
org.djutils.decoderdumper.DecoderDumperTests
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the Base64 decoder and dumper classes.final void
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
@Test public void testBase64Dumper()Test the Base64 decoder and dumper classes.
-