#include <gtest/gtest.h>
#include <string>
#include "behaviortree_cpp/basic_types.h"
#include "behaviortree_cpp/bt_factory.h"
#include "test_helper.hpp"
Go to the source code of this file.
|
| TEST (EntryUpdates, Initialized) |
|
| TEST (EntryUpdates, NoEntry) |
|
| TEST (EntryUpdates, UpdateOnce) |
|
| TEST (EntryUpdates, UpdateTwice) |
|
◆ TEST() [1/4]
TEST |
( |
EntryUpdates |
, |
|
|
Initialized |
|
|
) |
| |
◆ TEST() [2/4]
TEST |
( |
EntryUpdates |
, |
|
|
NoEntry |
|
|
) |
| |
◆ TEST() [3/4]
TEST |
( |
EntryUpdates |
, |
|
|
UpdateOnce |
|
|
) |
| |
◆ TEST() [4/4]
TEST |
( |
EntryUpdates |
, |
|
|
UpdateTwice |
|
|
) |
| |
◆ xml_text_check
const std::string xml_text_check |
Initial value:= R"(
<root BTCPP_format="4" >
<BehaviorTree ID="Check">
<Sequence>
<Fallback>
<WasEntryUpdated entry="A"/>
<TestA/>
</Fallback>
<SkipUnlessUpdated entry="A">
<TestB/>
</SkipUnlessUpdated>
</Sequence>
</BehaviorTree>
</root>)"
Definition at line 9 of file gtest_updates.cpp.