![]() |
Project
|
unit tests for iostreams with compression filter More...
#include "CommonUtils/CompStream.h"
#include "CommonUtils/StringUtils.h"
#include <boost/test/unit_test.hpp>
#include <filesystem>
#include <iostream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE CompStream unit test |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
BOOST_AUTO_TEST_CASE (test_compstream_filesink) | |
BOOST_AUTO_TEST_CASE (test_compstream_methods) | |
BOOST_AUTO_TEST_CASE (test_compstream_methods_mapper) | |
unit tests for iostreams with compression filter
Definition in file testCompStream.cxx.
#define BOOST_TEST_DYN_LINK |
Definition at line 21 of file testCompStream.cxx.
#define BOOST_TEST_MAIN |
Definition at line 20 of file testCompStream.cxx.
#define BOOST_TEST_MODULE CompStream unit test |
Definition at line 19 of file testCompStream.cxx.
BOOST_AUTO_TEST_CASE | ( | test_compstream_filesink | ) |
Definition at line 28 of file testCompStream.cxx.
BOOST_AUTO_TEST_CASE | ( | test_compstream_methods | ) |
Definition at line 64 of file testCompStream.cxx.
BOOST_AUTO_TEST_CASE | ( | test_compstream_methods_mapper | ) |
Definition at line 98 of file testCompStream.cxx.