|
scclib
Stable Cloud Computing C++ Library
|
Tests for Binary to hex string converter. More...
#include <encode/hex.h>#include <gtest/gtest.h>#include <stdint.h>#include <iostream>#include <string>#include <vector>
Go to the source code of this file.
Typedefs | |
| using | CharVec = std::vector< char > |
Functions | |
| TEST (hex, hex_to_bin_all) | |
| TEST (hex, zero) | |
| TEST (hex, bin_to_hex) | |
| TEST (hex, hex_to_bin_part) | |
Tests for Binary to hex string converter.
Definition in file hex.cc.