ldas-tools-frameAPI  3.0.3
Classes | Macros | Typedefs | Functions | Variables
test_createRDS_cpp.cc File Reference
#include <sys/stat.h>
#include <algorithm>
#include <unistd.h>
#include <type_traits>
#include "ldastoolsal/DeadLockDetector.hh"
#include "genericAPI/LDASplatform.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/LogText.hh"
#include "frameAPI/Catalog.hh"
#include "frameAPI/Channel.hh"
#include "frameAPI/createRDS.hh"
#include "frameAPI/Frame.hh"
#include <boost/test/included/unit_test.hpp>
#include <boost/algorithm/string/join.hpp>
Include dependency graph for test_createRDS_cpp.cc:

Classes

class  Search
 
class  TestSet
 
struct  TestSet::file_set_type
 
struct  rds_global_fixture
 

Macros

#define BOOST_TEST_MAIN
 

Typedefs

typedef std::list< std::string > base_filename_container_type
 
typedef std::list< std::string > filename_container_type
 

Functions

template<typename Container , typename = typename std::enable_if< std::is_same< typename Container::value_type, std::string >::value >::type>
auto concatenate (Container const &words) -> std::string
 
 BOOST_GLOBAL_FIXTURE (rds_global_fixture)
 
 BOOST_AUTO_TEST_CASE (testCreateRDSReduce)
 
 BOOST_AUTO_TEST_CASE (testCreateRDSReduceRename)
 
 BOOST_AUTO_TEST_CASE (testCreateRDSResample)
 
 BOOST_AUTO_TEST_CASE (testCreateRDSResampleRename)
 

Variables

class Search SEARCH_DIRS
 

Macro Definition Documentation

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Typedef Documentation

◆ base_filename_container_type

typedef std::list< std::string > base_filename_container_type

◆ filename_container_type

typedef std::list< std::string > filename_container_type

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( testCreateRDSReduce  )

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( testCreateRDSReduceRename  )

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( testCreateRDSResample  )

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( testCreateRDSResampleRename  )

◆ BOOST_GLOBAL_FIXTURE()

BOOST_GLOBAL_FIXTURE ( rds_global_fixture  )

◆ concatenate()

template<typename Container , typename = typename std::enable_if< std::is_same< typename Container::value_type, std::string >::value >::type>
auto concatenate ( Container const &  words) -> std::string

Variable Documentation

◆ SEARCH_DIRS

class Search SEARCH_DIRS