|
ldas-tools-framecpp
2.7.0
|
#include <boost/test/included/unit_test.hpp>#include "ldastoolsal/fstream.hh"#include "framecpp/Common/FrameBuffer.hh"#include "framecpp/Common/IOStream.hh"#include "framecpp/Common/MD5SumFilter.hh"
Macros | |
| #define | BOOST_TEST_MAIN |
| #define | BUFFER_SIZE 2048 |
| #define | GENERIC_TEST(f, a, s) f< a >( #a, s ) |
| #define | STD_TEST(f, s) GENERIC_TEST( f, std::filebuf, s ) |
| #define | GENERAL_TEST(f, s) GENERIC_TEST( f, LDASTools::AL::filebuf, s ) |
| #define | TEST(s) |
Functions | |
| template<typename BT > | |
| void | OpenException (const std::string &Header, const std::string &StreamLabel, std::ios::openmode Mode) |
| BOOST_AUTO_TEST_CASE (IOStreamExceptions) | |
| template<class BT > | |
| void | filetest (const std::string &BufferType, INT_4U BufferSize) |
| template<class BT > | |
| void | filetest2 (const std::string &BufferType, INT_4U BufferSize) |
| BOOST_AUTO_TEST_CASE (IOStream) | |
Variables | |
| static const char * | FILENAME_SOURCE |
| static const char * | FILENAME_SINK = "/dev/null" |
| MD5Sum | tmd5sum |
| #define BOOST_TEST_MAIN |
| #define BUFFER_SIZE 2048 |
| #define GENERAL_TEST | ( | f, | |
| s | |||
| ) | GENERIC_TEST( f, LDASTools::AL::filebuf, s ) |
| #define GENERIC_TEST | ( | f, | |
| a, | |||
| s | |||
| ) | f< a >( #a, s ) |
| #define STD_TEST | ( | f, | |
| s | |||
| ) | GENERIC_TEST( f, std::filebuf, s ) |
| #define TEST | ( | s | ) |
| BOOST_AUTO_TEST_CASE | ( | IOStreamExceptions | ) |
| BOOST_AUTO_TEST_CASE | ( | IOStream | ) |
| void filetest | ( | const std::string & | BufferType, |
| INT_4U | BufferSize | ||
| ) |
| void filetest2 | ( | const std::string & | BufferType, |
| INT_4U | BufferSize | ||
| ) |
|
inline |
|
static |
|
static |
| MD5Sum tmd5sum |
1.8.14