scclib
Stable Cloud Computing C++ Library
|
Tests for Base 64 encoding. More...
#include <gtest/gtest.h>
#include <stdint.h>
#include <iostream>
#include <string>
#include <vector>
#include <encode/base64.h>
Go to the source code of this file.
Functions | |
TEST (base64, zero) | |
TEST (base64, teststrings) | |
TEST (base64, allchars) | |
TEST (base64, teststrings_url) | |
Tests for Base 64 encoding.
Definition in file base64.cc.