Package io.debezium.util
Class HexConverterTest
java.lang.Object
io.debezium.util.HexConverterTest
Unit test for
HexConverter.- Author:
- Gunnar Morling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
HexConverterTest
public HexConverterTest()
-
-
Method Details
-
shouldConvertHexString
public void shouldConvertHexString() -
shouldRejectStringOfWrongLength
public void shouldRejectStringOfWrongLength() -
shouldRejectNonHexCharacter
public void shouldRejectNonHexCharacter()
-