#include <gtest/gtest.h>
#include "action_test_node.h"
#include "condition_test_node.h"
#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.
Functions | |
TEST (BehaviorTreeFactory, VerifyLargeTree) | |
TEST (BehaviorTreeFactory, Subtree) | |
TEST (BehaviorTreeFactory, Issue7) | |
TEST (BehaviorTreeFactory, SubTreeWithRemapping) | |
Variables | |
static const char * | xml_ports_subtree |
static const char * | xml_text |
static const char * | xml_text_subtree |
TEST | ( | BehaviorTreeFactory | , |
VerifyLargeTree | |||
) |
Definition at line 76 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Subtree | |||
) |
Definition at line 117 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
Issue7 | |||
) |
Definition at line 152 of file gtest_factory.cpp.
TEST | ( | BehaviorTreeFactory | , |
SubTreeWithRemapping | |||
) |
Definition at line 196 of file gtest_factory.cpp.
|
static |
Definition at line 169 of file gtest_factory.cpp.
|
static |
Definition at line 12 of file gtest_factory.cpp.
|
static |
Definition at line 49 of file gtest_factory.cpp.