#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 (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) | |
| TEST (Property, children) | |
| TEST (Property, description) | |
| TEST (Property, name) | |
| TEST (Property, set_value_events_lambda) | |
| TEST (Property, set_value_events_method_pointer) | |
| TEST (Property, set_value_events_qt4) | |
| TEST (Property, value) | |
| TEST (QuaternionProperty, default_value) | |
| TEST (QuaternionProperty, get_child) | |
| TEST (QuaternionProperty, set_and_get) | |
| TEST (QuaternionProperty, set_child) | |
| TEST (QuaternionProperty, set_string) | |
| TEST (QuaternionProperty, set_value_events) | |
| TEST (VectorProperty, default_value) | |
| TEST (VectorProperty, get_child) | |
| TEST (VectorProperty, set_and_get) | |
| TEST (VectorProperty, set_child) | |
| TEST (VectorProperty, set_string) | |
| TEST (VectorProperty, set_value_events) | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 419 of file property_test.cpp.
| TEST | ( | ColorProperty | , | 
| default_value | |||
| ) | 
Definition at line 340 of file property_test.cpp.
| TEST | ( | ColorProperty | , | 
| set_and_get | |||
| ) | 
Definition at line 349 of file property_test.cpp.
| TEST | ( | ColorProperty | , | 
| set_string | |||
| ) | 
Definition at line 361 of file property_test.cpp.
| TEST | ( | ColorProperty | , | 
| set_string_limits | |||
| ) | 
Definition at line 379 of file property_test.cpp.
| TEST | ( | ColorProperty | , | 
| set_value_events | |||
| ) | 
Definition at line 390 of file property_test.cpp.
| TEST | ( | EnumProperty | , | 
| basic | |||
| ) | 
Definition at line 400 of file property_test.cpp.
| TEST | ( | Property | , | 
| children | |||
| ) | 
Definition at line 156 of file property_test.cpp.
| TEST | ( | Property | , | 
| description | |||
| ) | 
Definition at line 55 of file property_test.cpp.
| TEST | ( | Property | , | 
| name | |||
| ) | 
Definition at line 48 of file property_test.cpp.
| TEST | ( | Property | , | 
| set_value_events_lambda | |||
| ) | 
Definition at line 92 of file property_test.cpp.
| TEST | ( | Property | , | 
| set_value_events_method_pointer | |||
| ) | 
Definition at line 121 of file property_test.cpp.
| TEST | ( | Property | , | 
| set_value_events_qt4 | |||
| ) | 
Definition at line 69 of file property_test.cpp.
| TEST | ( | Property | , | 
| value | |||
| ) | 
Definition at line 62 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , | 
| default_value | |||
| ) | 
Definition at line 258 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , | 
| get_child | |||
| ) | 
Definition at line 316 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , | 
| set_and_get | |||
| ) | 
Definition at line 268 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , | 
| set_child | |||
| ) | 
Definition at line 301 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , | 
| set_string | |||
| ) | 
Definition at line 281 of file property_test.cpp.
| TEST | ( | QuaternionProperty | , | 
| set_value_events | |||
| ) | 
Definition at line 325 of file property_test.cpp.
| TEST | ( | VectorProperty | , | 
| default_value | |||
| ) | 
Definition at line 184 of file property_test.cpp.
| TEST | ( | VectorProperty | , | 
| get_child | |||
| ) | 
Definition at line 236 of file property_test.cpp.
| TEST | ( | VectorProperty | , | 
| set_and_get | |||
| ) | 
Definition at line 193 of file property_test.cpp.
| TEST | ( | VectorProperty | , | 
| set_child | |||
| ) | 
Definition at line 223 of file property_test.cpp.
| TEST | ( | VectorProperty | , | 
| set_string | |||
| ) | 
Definition at line 205 of file property_test.cpp.
| TEST | ( | VectorProperty | , | 
| set_value_events | |||
| ) | 
Definition at line 244 of file property_test.cpp.