scclib
Stable Cloud Computing C++ Library
Functions
base64.cc File Reference

Tests for Base 64 encoding. More...

#include <gtest/gtest.h>
#include <stdint.h>
#include <iostream>
#include <string>
#include <vector>
#include <encode/base64.h>
Include dependency graph for base64.cc:

Go to the source code of this file.

Functions

 TEST (base64, zero)
 
 TEST (base64, teststrings)
 
 TEST (base64, allchars)
 
 TEST (base64, teststrings_url)
 

Detailed Description

Tests for Base 64 encoding.

Definition in file base64.cc.