ldas-tools-frameAPI  3.0.3
Classes | Namespaces | Macros | Functions
test_createRDS.cc File Reference
#include "genericAPI/Logging.hh"
#include "genericAPI/LogText.hh"
#include "frameAPI/createRDS.hh"
#include <boost/test/included/unit_test.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/filesystem.hpp>
#include <boost/range/counting_range.hpp>
Include dependency graph for test_createRDS.cc:

Classes

struct  rds_global_fixture
 
struct  testing::channel_name
 

Namespaces

 testing
 

Macros

#define BOOST_TEST_MAIN
 

Functions

void testing::construct_channel_file (boost::filesystem::path &Filename, std::vector< std::string > const &ChannelDescriptors)
 
void testing::validate (FrameAPI::channel_container_type const &GeneratedChannels, std::vector< testing::channel_name > const &ExpectedChannels)
 
 BOOST_GLOBAL_FIXTURE (rds_global_fixture)
 
 BOOST_AUTO_TEST_CASE (channel_simple)
 
 BOOST_AUTO_TEST_CASE (channel_resample)
 
 BOOST_AUTO_TEST_CASE (channel_rename)
 
 BOOST_AUTO_TEST_CASE (channel_resample_and_rename)
 
 BOOST_AUTO_TEST_CASE (channel_filename)
 
 BOOST_AUTO_TEST_CASE (channel_from_filename_and_inline)
 
 BOOST_AUTO_TEST_CASE (channel_from_filename_and_inline_with_whitespace)
 

Macro Definition Documentation

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

BOOST_AUTO_TEST_CASE ( channel_filename  )

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( channel_from_filename_and_inline  )

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( channel_from_filename_and_inline_with_whitespace  )

◆ BOOST_AUTO_TEST_CASE() [4/7]

BOOST_AUTO_TEST_CASE ( channel_rename  )

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( channel_resample  )

◆ BOOST_AUTO_TEST_CASE() [6/7]

BOOST_AUTO_TEST_CASE ( channel_resample_and_rename  )

◆ BOOST_AUTO_TEST_CASE() [7/7]

BOOST_AUTO_TEST_CASE ( channel_simple  )

◆ BOOST_GLOBAL_FIXTURE()

BOOST_GLOBAL_FIXTURE ( rds_global_fixture  )