#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 (Preconditions, Basic) |
|
| TEST (Preconditions, Issue533) |
|
| TEST (Preconditions, Issue585) |
|
| TEST (Preconditions, Issue615_NoSkipWhenRunning_A) |
|
| TEST (Preconditions, Issue615_NoSkipWhenRunning_B) |
|
| TEST (Preconditions, Remapping) |
|
| TEST (Preconditions, WhileCallsOnHalt) |
|
| TEST (PreconditionsDecorator, DoubleEquals) |
|
| TEST (PreconditionsDecorator, Integers) |
|
| TEST (PreconditionsDecorator, StringEquals) |
|
◆ TEST() [1/10]
TEST |
( |
Preconditions |
, |
|
|
Basic |
|
|
) |
| |
◆ TEST() [2/10]
TEST |
( |
Preconditions |
, |
|
|
Issue533 |
|
|
) |
| |
◆ TEST() [3/10]
TEST |
( |
Preconditions |
, |
|
|
Issue585 |
|
|
) |
| |
◆ TEST() [4/10]
TEST |
( |
Preconditions |
, |
|
|
Issue615_NoSkipWhenRunning_A |
|
|
) |
| |
◆ TEST() [5/10]
TEST |
( |
Preconditions |
, |
|
|
Issue615_NoSkipWhenRunning_B |
|
|
) |
| |
◆ TEST() [6/10]
TEST |
( |
Preconditions |
, |
|
|
Remapping |
|
|
) |
| |
◆ TEST() [7/10]
TEST |
( |
Preconditions |
, |
|
|
WhileCallsOnHalt |
|
|
) |
| |
◆ TEST() [8/10]
TEST |
( |
PreconditionsDecorator |
, |
|
|
DoubleEquals |
|
|
) |
| |
◆ TEST() [9/10]
TEST |
( |
PreconditionsDecorator |
, |
|
|
Integers |
|
|
) |
| |
◆ TEST() [10/10]
TEST |
( |
PreconditionsDecorator |
, |
|
|
StringEquals |
|
|
) |
| |