#include <gtest/gtest.h>
#include <filesystem>
#include <string>
#include <utility>
#include <vector>
#include "behaviortree_cpp/xml_parsing.h"
#include "../sample_nodes/crossdoor_nodes.h"
#include "../sample_nodes/dummy_nodes.h"
Go to the source code of this file.
Classes | |
class | ActionWithMetadata |
Functions | |
std::string | FilePath (const std::filesystem::path &relative_path) |
KeyValueVector | makeTestMetadata () |
TEST (BehaviorTreeFactory, addMetadataToManifest) | |
TEST (BehaviorTreeFactory, CreateTreeFromFile) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromChildDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromParentDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromSameDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromSameDirectory) | |
TEST (BehaviorTreeFactory, Issue7) | |
TEST (BehaviorTreeFactory, ManifestMethod) | |
TEST (BehaviorTreeFactory, Subtree) | |
TEST (BehaviorTreeFactory, SubTreeWithRemapping) | |
TEST (BehaviorTreeFactory, WrongTreeName) | |
TEST (BehaviorTreeFactory, XMLParsingOrder) | |
TEST (BehaviorTreeReload, ReloadSameTree) | |
Variables | |
static const char * | xml_ports_subtree |
static const char * | xml_text |
static const char * | xml_text_subtree |
static const char * | xml_text_subtree_part1 |
static const char * | xml_text_subtree_part2 |
std::string FilePath | ( | const std::filesystem::path & | relative_path | ) |
Definition at line 262 of file gtest_factory.cpp.
KeyValueVector makeTestMetadata | ( | ) |
Definition at line 392 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
addMetadataToManifest | |||
) |
Definition at line 444 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFile | |||
) |
Definition at line 280 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectory | |||
) |
Definition at line 300 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromChildDirectory | |||
) |
Definition at line 322 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromParentDirectory | |||
) |
Definition at line 334 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromSameDirectory | |||
) |
Definition at line 310 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromSameDirectory | |||
) |
Definition at line 290 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Issue7 | |||
) |
Definition at line 169 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
ManifestMethod | |||
) |
Definition at line 423 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Subtree | |||
) |
Definition at line 138 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
SubTreeWithRemapping | |||
) |
Definition at line 212 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
WrongTreeName | |||
) |
Definition at line 346 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
XMLParsingOrder | |||
) |
Definition at line 107 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeReload | , |
ReloadSameTree | |||
) |
Definition at line 361 of file gtest_factory.cpp.
|
static |
Definition at line 185 of file gtest_factory.cpp.
|
static |
Definition at line 14 of file gtest_factory.cpp.
|
static |
Definition at line 51 of file gtest_factory.cpp.
|
static |
Definition at line 79 of file gtest_factory.cpp.
|
static |
Definition at line 90 of file gtest_factory.cpp.