#include "core/config/ConfigManager.hpp"
#include "tools/XmlPropertyTree.hpp"
#include <boost/property_tree/ptree.hpp>
#include <gtest/gtest.h>
#include <string>
Go to the source code of this file.
|
| | Leosac |
| | This is the header file for a generated source file, GitSHA1.cpp.
|
| |
| | Leosac::Test |
| | Unit test live in this namespace.
|
| |
|
| | Leosac::Test::TEST_F (ConfigManagerTest, store_load) |
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, access_cfg) |
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, build_cfg) |
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, build_safe_cfg) |
| | Like build_cfg test, but we build a config tree for export. More...
|
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, build_safe_cfg2) |
| | Same as build_safe_cfg but with a second config file. More...
|
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, build_safe_cfg3) |
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, test_sync_dest) |
| | Config4 export remote and log. More...
|
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, test_sync_dest2) |
| | Config6 export remote and log. More...
|
| |
| | Leosac::Test::TEST_F (ConfigManagerTest, tes_no_import) |
| | Config 8 test. More...
|
| |
| int | main (int argc, char **argv) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |