ldas-tools-frameAPI
3.0.3
|
#include <algorithm>
#include <set>
#include <sstream>
#include <vector>
#include "genericAPI/Logging.hh"
#include "genericAPI/LogText.hh"
#include "frameAPI/Intervals.hh"
#include <boost/test/included/unit_test.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/filesystem.hpp>
Classes | |
struct | rds_global_fixture |
Namespaces | |
testing | |
Macros | |
#define | BOOST_TEST_MAIN |
#define | SKIP_WORKING 1 |
#define | SKIP_BROKEN 0 |
#define | TEST_INTERVAL_INITIALIZERS 1 |
Functions | |
BOOST_GLOBAL_FIXTURE (rds_global_fixture) | |
void | testing::initialize (FrameAPI::interval_type &interval, int start, int stop) |
void | testing::verify (FrameAPI::interval_type const &Interval, int Start, int Stop) |
void | testing::initialize (FrameAPI::interval_container_type &IntervalContainer, FrameAPI::interval_type &Interval) |
void | testing::verify (FrameAPI::interval_container_type const &IntervalContainer, FrameAPI::interval_container_type const &IntervalContainerExpected) |
void | testing::initializer_test_interval_container_concat_2 () |
void | testing::initializer_test_interval_container_1 () |
BOOST_AUTO_TEST_CASE (interval_initializers) | |
#define BOOST_TEST_MAIN |
#define SKIP_BROKEN 0 |
#define SKIP_WORKING 1 |
#define TEST_INTERVAL_INITIALIZERS 1 |
BOOST_AUTO_TEST_CASE | ( | interval_initializers | ) |
BOOST_GLOBAL_FIXTURE | ( | rds_global_fixture | ) |