#include <stdio.h>#include <gtest/gtest.h>#include <rviz/properties/property.h>#include <rviz/properties/color_property.h>#include <rviz/properties/vector_property.h>#include <rviz/properties/quaternion_property.h>#include <rviz/properties/enum_property.h>#include "mock_property_change_receiver.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (Property, name) | |
| TEST (Property, description) | |
| TEST (Property, value) | |
| TEST (Property, set_value_events) | |
| TEST (Property, children) | |
| TEST (VectorProperty, default_value) | |
| TEST (VectorProperty, set_and_get) | |
| TEST (VectorProperty, set_string) | |
| TEST (VectorProperty, set_child) | |
| TEST (VectorProperty, get_child) | |
| TEST (VectorProperty, set_value_events) | |
| TEST (QuaternionProperty, default_value) | |
| TEST (QuaternionProperty, set_and_get) | |
| TEST (QuaternionProperty, set_string) | |
| TEST (QuaternionProperty, set_child) | |
| TEST (QuaternionProperty, get_child) | |
| TEST (QuaternionProperty, set_value_events) | |
| TEST (ColorProperty, default_value) | |
| TEST (ColorProperty, set_and_get) | |
| TEST (ColorProperty, set_string) | |
| TEST (ColorProperty, set_string_limits) | |
| TEST (ColorProperty, set_value_events) | |
| TEST (EnumProperty, basic) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 347 of file property_test.cpp.
| TEST | ( | Property | , |
| name | |||
| ) |
Definition at line 44 of file property_test.cpp.
| TEST | ( | Property | , |
| description | |||
| ) |
Definition at line 51 of file property_test.cpp.
| TEST | ( | Property | , |
| value | |||
| ) |
Definition at line 58 of file property_test.cpp.
| TEST | ( | Property | , |
| set_value_events | |||
| ) |
Definition at line 65 of file property_test.cpp.
| TEST | ( | Property | , |
| children | |||
| ) |
Definition at line 78 of file property_test.cpp.
| TEST | ( | VectorProperty | , |
| default_value | |||
| ) |
Definition at line 106 of file property_test.cpp.
| TEST | ( | VectorProperty | , |
| set_and_get | |||
| ) |
Definition at line 115 of file property_test.cpp.
| TEST | ( | VectorProperty | , |
| set_string | |||
| ) |
Definition at line 127 of file property_test.cpp.
| TEST | ( | VectorProperty | , |
| set_child | |||
| ) |
Definition at line 145 of file property_test.cpp.
| TEST | ( | VectorProperty | , |
| get_child | |||
| ) |
Definition at line 158 of file property_test.cpp.
| TEST | ( | VectorProperty | , |
| set_value_events | |||
| ) |
Definition at line 166 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , |
| default_value | |||
| ) |
Definition at line 182 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , |
| set_and_get | |||
| ) |
Definition at line 192 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , |
| set_string | |||
| ) |
Definition at line 205 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , |
| set_child | |||
| ) |
Definition at line 225 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , |
| get_child | |||
| ) |
Definition at line 240 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , |
| set_value_events | |||
| ) |
Definition at line 249 of file property_test.cpp.
| TEST | ( | ColorProperty | , |
| default_value | |||
| ) |
Definition at line 266 of file property_test.cpp.
| TEST | ( | ColorProperty | , |
| set_and_get | |||
| ) |
Definition at line 275 of file property_test.cpp.
| TEST | ( | ColorProperty | , |
| set_string | |||
| ) |
Definition at line 287 of file property_test.cpp.
| TEST | ( | ColorProperty | , |
| set_string_limits | |||
| ) |
Definition at line 305 of file property_test.cpp.
| TEST | ( | ColorProperty | , |
| set_value_events | |||
| ) |
Definition at line 316 of file property_test.cpp.
| TEST | ( | EnumProperty | , |
| basic | |||
| ) |
Definition at line 328 of file property_test.cpp.