ldas-tools-diskcacheAPI 2.7.7
|
#include <diskcache_config.h>
#include <boost/test/included/unit_test.hpp>
#include <boost/serialization/strong_typedef.hpp>
#include "genericAPI/LDASplatform.hh"
#include "diskcacheAPI/MetaCommands.hh"
#include "diskcacheAPI.hh"
#include "MountPointScanner.hh"
#include "ScanMountPointsDaemon.hh"
Classes | |
struct | expected_type |
Macros | |
#define | BOOST_TEST_MAIN |
#define | BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR(TYPE) |
Functions | |
BOOST_STRONG_TYPEDEF (INT_4U, cache_write_delay_secs_type) | |
BOOST_STRONG_TYPEDEF (INT_4U, concurrency_type) | |
BOOST_STRONG_TYPEDEF (INT_4U, directory_timeout_type) | |
BOOST_STRONG_TYPEDEF (std::string, log_type) | |
BOOST_STRONG_TYPEDEF (std::string, log_archive_directory_type) | |
BOOST_STRONG_TYPEDEF (INT_4S, log_debug_level_type) | |
BOOST_STRONG_TYPEDEF (std::string, log_directory_type) | |
BOOST_STRONG_TYPEDEF (std::string, log_format_type) | |
BOOST_STRONG_TYPEDEF (INT_4U, log_rotate_entry_count_type) | |
BOOST_STRONG_TYPEDEF (std::string, output_ascii_type) | |
BOOST_STRONG_TYPEDEF (INT_4U, output_ascii_version_type) | |
BOOST_STRONG_TYPEDEF (std::string, output_binary_type) | |
BOOST_STRONG_TYPEDEF (INT_4U, output_binary_version_type) | |
BOOST_STRONG_TYPEDEF (INT_4U, scan_interval_type) | |
BOOST_STRONG_TYPEDEF (INT_4S, server_port_type) | |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR (log_type) | |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR (log_archive_directory_type) | |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR (log_directory_type) | |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR (log_format_type) | |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR (output_ascii_type) | |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR (output_binary_type) | |
template<typename T > | |
std::string | generate_parameter (const std::string &Name, const T &Value) |
template<typename ExpectedType , typename SourceType > | |
void | validator (std::string const &Check, std::string const &VariableName, SourceType Value, ExpectedType Expected) |
void | validator (const std::string &Check, int server_port, server_port_type ExpectedServerPort) |
void | validator (const std::string &Check, const expected_type &ExpectedValues) |
BOOST_AUTO_TEST_CASE (daemon_default) | |
BOOST_AUTO_TEST_CASE (daemon_command_line_options) | |
BOOST_AUTO_TEST_CASE (daemon_config_options) | |
BOOST_AUTO_TEST_CASE (scan_command_line_options) | |
Variables | |
static server_port_type const | DEFAULT_SERVER_PORT = server_port_type( -1 ) |
#define BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | TYPE | ) |
#define BOOST_TEST_MAIN |
BOOST_AUTO_TEST_CASE | ( | daemon_command_line_options | ) |
BOOST_AUTO_TEST_CASE | ( | daemon_config_options | ) |
BOOST_AUTO_TEST_CASE | ( | daemon_default | ) |
BOOST_AUTO_TEST_CASE | ( | scan_command_line_options | ) |
BOOST_STRONG_TYPEDEF | ( | INT_4S | , |
log_debug_level_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4S | , |
server_port_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
cache_write_delay_secs_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
concurrency_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
directory_timeout_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
log_rotate_entry_count_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
output_ascii_version_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
output_binary_version_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | INT_4U | , |
scan_interval_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | std::string | , |
log_archive_directory_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | std::string | , |
log_directory_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | std::string | , |
log_format_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | std::string | , |
log_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | std::string | , |
output_ascii_type | |||
) |
BOOST_STRONG_TYPEDEF | ( | std::string | , |
output_binary_type | |||
) |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | log_archive_directory_type | ) |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | log_directory_type | ) |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | log_format_type | ) |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | log_type | ) |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | output_ascii_type | ) |
BOOST_STRONG_TYPEDEF_OUTPUT_OPERATOR | ( | output_binary_type | ) |
std::string generate_parameter | ( | const std::string & | Name, |
const T & | Value | ||
) |
void validator | ( | const std::string & | Check, |
const expected_type & | ExpectedValues | ||
) |
void validator | ( | const std::string & | Check, |
int | server_port, | ||
server_port_type | ExpectedServerPort | ||
) |
void validator | ( | std::string const & | Check, |
std::string const & | VariableName, | ||
SourceType | Value, | ||
ExpectedType | Expected | ||
) |
|
static |