scclib
Stable Cloud Computing C++ Library
Typedefs | Functions

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>
Include dependency graph for hex.cc:

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)
 

Detailed Description

Tests for Binary to hex string converter.

Definition in file hex.cc.