#include <sstream>
#include <string>
#include <boost/test/included/unit_test.hpp>
#include "framecpp/Common/FrameFilename.hh"
|
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) |
|
◆ BOOST_TEST_MAIN
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
Filenames |
| ) |
|
◆ invalid()
void invalid |
( |
const std::string & |
Frame | ) |
|
◆ test()
void test |
( |
const std::string & |
Filename | ) |
|
◆ valid() [1/2]
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 |
|
) |
| |
◆ valid() [2/2]
void valid |
( |
const std::string & |
Frame | ) |
|