ldas-tools-framecpp
2.7.0
|
#include <sstream>
#include <string>
#include <boost/test/included/unit_test.hpp>
#include "framecpp/Common/FrameFilename.hh"
Macros | |
#define | BOOST_TEST_MAIN |
Functions | |
void | test (const std::string &Filename) |
void | valid (const std::string &Frame) |
void | valid (const std::string &Dir, const std::string &S, const std::string &D, const FrameFilename::gps_seconds_type G, const FrameFilename::total_time_interval_type T, const std::string &Ext) |
void | invalid (const std::string &Frame) |
BOOST_AUTO_TEST_CASE (Filenames) | |
#define BOOST_TEST_MAIN |
BOOST_AUTO_TEST_CASE | ( | Filenames | ) |
void invalid | ( | const std::string & | Frame | ) |
void test | ( | const std::string & | Filename | ) |
void valid | ( | const std::string & | Dir, |
const std::string & | S, | ||
const std::string & | D, | ||
const FrameFilename::gps_seconds_type | G, | ||
const FrameFilename::total_time_interval_type | T, | ||
const std::string & | Ext | ||
) |
void valid | ( | const std::string & | Frame | ) |