#include <gtest/gtest.h>
#include "behaviortree_cpp/bt_factory.h"
Go to the source code of this file.
|
| | TEST (Enums, StrintToEnum) |
| |
| | TEST (Enums, SubtreeRemapping) |
| |
| | TEST (Enums, SwitchNodeWithEnum) |
| |
| static const char * | ToStr (const Color &c) |
| |
◆ BatteryStatus
◆ Color
| Enumerator |
|---|
| Red | |
| Blue | |
| Green | |
| Undefined | |
Definition at line 6 of file gtest_enums.cpp.
◆ TEST() [1/3]
| TEST |
( |
Enums |
, |
|
|
StrintToEnum |
|
|
) |
| |
◆ TEST() [2/3]
| TEST |
( |
Enums |
, |
|
|
SubtreeRemapping |
|
|
) |
| |
◆ TEST() [3/3]
| TEST |
( |
Enums |
, |
|
|
SwitchNodeWithEnum |
|
|
) |
| |
◆ ToStr()
| static const char* ToStr |
( |
const Color & |
c | ) |
|
|
static |