#include <gtest/gtest.h>
#include "action_test_node.h"
#include "condition_test_node.h"
#include "behaviortree_cpp_v3/xml_parsing.h"
#include "environment.h"
#include "../sample_nodes/crossdoor_nodes.h"
#include "../sample_nodes/dummy_nodes.h"
Go to the source code of this file.
Functions | |
TEST (BehaviorTreeFactory, XMLParsingOrder) | |
TEST (BehaviorTreeFactory, VerifyLargeTree) | |
TEST (BehaviorTreeFactory, Subtree) | |
TEST (BehaviorTreeFactory, Issue7) | |
TEST (BehaviorTreeFactory, SubTreeWithRemapping) | |
TEST (BehaviorTreeFactory, CreateTreeFromFile) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromSameDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromSameDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromChildDirectory) | |
TEST (BehaviorTreeFactory, CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromParentDirectory) | |
TEST (BehaviorTreeFactory, DecoratorWithoutChildThrows) | |
TEST (BehaviorTreeFactory, DecoratorWithTwoChildrenThrows) | |
TEST (BehaviorTreeFactory, RegisterValidAndInvalidTrees) | |
TEST (BehaviorTreeFactory, RegisterInvalidXMLBadActionNodeThrows) | |
TEST (BehaviorTreeFactory, RegisterInvalidXMLNoRootThrows) | |
TEST (BehaviorTreeFactory, ParserClearRegisteredBehaviorTrees) | |
TEST (BehaviorTreeFactory, FactoryClearRegisteredBehaviorTrees) | |
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 |
TEST | ( | BehaviorTreeFactory | , |
XMLParsingOrder | |||
) |
Definition at line 103 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
VerifyLargeTree | |||
) |
Definition at line 136 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Subtree | |||
) |
Definition at line 177 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Issue7 | |||
) |
Definition at line 212 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
SubTreeWithRemapping | |||
) |
Definition at line 260 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFile | |||
) |
Definition at line 311 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromSameDirectory | |||
) |
Definition at line 322 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectory | |||
) |
Definition at line 333 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromSameDirectory | |||
) |
Definition at line 344 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromChildDirectory | |||
) |
Definition at line 358 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
CreateTreeFromFileWhichIncludesFileFromChildDirectoryWhichIncludesFileFromParentDirectory | |||
) |
Definition at line 372 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
DecoratorWithoutChildThrows | |||
) |
Definition at line 387 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
DecoratorWithTwoChildrenThrows | |||
) |
Definition at line 402 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
RegisterValidAndInvalidTrees | |||
) |
Definition at line 420 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
RegisterInvalidXMLBadActionNodeThrows | |||
) |
Definition at line 452 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
RegisterInvalidXMLNoRootThrows | |||
) |
Definition at line 478 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
ParserClearRegisteredBehaviorTrees | |||
) |
Definition at line 501 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
FactoryClearRegisteredBehaviorTrees | |||
) |
Definition at line 525 of file gtest_factory.cpp.
|
static |
Definition at line 233 of file gtest_factory.cpp.
|
static |
Definition at line 13 of file gtest_factory.cpp.
|
static |
Definition at line 50 of file gtest_factory.cpp.
|
static |
Definition at line 75 of file gtest_factory.cpp.
|
static |
Definition at line 86 of file gtest_factory.cpp.