26 #ifndef __TERRALIB_UNITTEST_COMMON_INTERNAL_HEXUTILS_H 27 #define __TERRALIB_UNITTEST_COMMON_INTERNAL_HEXUTILS_H 30 #include <cppunit/extensions/HelperMacros.h> 101 #endif // __TERRALIB_UNITTEST_COMMON_INTERNAL_HEXUTILS_H void tcHex2Binary_3()
Test Case: It Converts Hex to Binary.
void tcGetDecimalFromHexLCase()
Test Case: Get Decimal from Hex (Lower case).
void tcHex2Binary_2()
Test Case: It Converts Hex to Binary.
void tcGetDecimalFromHexUCase()
Test Case: Get Decimal from Hex (Upper case).
void tcBinary2Hex2_1()
Test Case: It Converts Binary to Hex.
Test suite for hex utils.
void tcGetDecimalFromHexNotCS()
Test Case: Get Decimal from Hex (no case sensitive).
void tcBinary2Hex_size()
Test Case: It Converts Binary to Hex.
void tcHex2Char2()
Test Case: It Converts Hex to Char.
void tcHex2Binary_1()
Test Case: It Converts Hex to Binary.
void tcChar2Hex()
Test Case: It Converts char to Hex.
void tcHex2Char()
Test Case: It Converts Hex to Char.
CPPUNIT_TEST_SUITE(TsHexUtils)
void tcHex2Binary2()
Test Case: It Converts Hex to Binary.