#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, NotRegisteredNode) | |
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 269 of file gtest_factory.cpp.
KeyValueVector makeTestMetadata | ( | ) |
Definition at line 399 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
addMetadataToManifest | |||
) |
Definition at line 451 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFile | |||
) |
Definition at line 287 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectory | |||
) |
Definition at line 307 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromChildDirectory | |||
) |
Definition at line 329 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromParentDirectory | |||
) |
Definition at line 341 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromSameDirectory | |||
) |
Definition at line 317 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromSameDirectory | |||
) |
Definition at line 297 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Issue7 | |||
) |
Definition at line 176 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
ManifestMethod | |||
) |
Definition at line 430 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
NotRegisteredNode | |||
) |
Definition at line 107 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Subtree | |||
) |
Definition at line 145 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
SubTreeWithRemapping | |||
) |
Definition at line 219 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
WrongTreeName | |||
) |
Definition at line 353 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
XMLParsingOrder | |||
) |
Definition at line 114 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeReload | , |
ReloadSameTree | |||
) |
Definition at line 368 of file gtest_factory.cpp.
|
static |
Definition at line 192 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.