join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
zstream_test.cpp File Reference
#include <join/zstream.hpp>
#include <gtest/gtest.h>
#include <sstream>
Include dependency graph for zstream_test.cpp:

Functions

 TEST (Zstream, deflate)
 Test deflate data format.
 
 TEST (Zstream, zlib)
 Test zlib data format.
 
 TEST (Zstream, gzip)
 Test gzip data format.
 
int main (int argc, char **argv)
 main function.
 

Variables

const std::string sample
 sample text.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/3]

TEST ( Zstream ,
deflate  )

Test deflate data format.

◆ TEST() [2/3]

TEST ( Zstream ,
gzip  )

Test gzip data format.

◆ TEST() [3/3]

TEST ( Zstream ,
zlib  )

Test zlib data format.

Variable Documentation

◆ sample

const std::string sample

sample text.