#include <gtest/gtest.h>#include <rve_properties/property_node.h>#include <ros/console.h>#include <boost/bind.hpp>
Go to the source code of this file.
Classes | |
| struct | MultiChangeHelper::Change |
| struct | ChangeHelper |
| struct | MultiChangeHelper |
| struct | PropertyVisitor |
Functions | |
| int | main (int argc, char **argv) |
| TEST (PropertyNode, setThenGetValue) | |
| TEST (PropertyNode, setThenGetChildren) | |
| TEST (PropertyNode, getNode) | |
| TEST (PropertyNode, getNonexistentWithoutDefault) | |
| TEST (PropertyNode, getNonexistentWithDefault) | |
| TEST (PropertyNode, exists) | |
| TEST (PropertyNode, removeNode) | |
| TEST (PropertyNode, parenting) | |
| TEST (PropertyNode, propertyChanged) | |
| TEST (PropertyNode, propertyAdded) | |
| TEST (PropertyNode, visitChildrenRecursive) | |
| TEST (PropertyNode, visitChildrenNonRecursive) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 310 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| setThenGetValue | |||
| ) |
Definition at line 39 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| setThenGetChildren | |||
| ) |
Definition at line 48 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| getNode | |||
| ) |
Definition at line 68 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| getNonexistentWithoutDefault | |||
| ) |
Definition at line 76 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| getNonexistentWithDefault | |||
| ) |
Definition at line 90 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| exists | |||
| ) |
Definition at line 105 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| removeNode | |||
| ) |
Definition at line 118 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| parenting | |||
| ) |
Definition at line 137 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| propertyChanged | |||
| ) |
Definition at line 171 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| propertyAdded | |||
| ) |
Definition at line 228 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| visitChildrenRecursive | |||
| ) |
Definition at line 265 of file test_property_node.cpp.
| TEST | ( | PropertyNode | , |
| visitChildrenNonRecursive | |||
| ) |
Definition at line 289 of file test_property_node.cpp.