#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 345 of file property_test.cpp.
Definition at line 44 of file property_test.cpp.
TEST | ( | Property | , |
description | |||
) |
Definition at line 51 of file property_test.cpp.
Definition at line 58 of file property_test.cpp.
Definition at line 65 of file property_test.cpp.
Definition at line 78 of file property_test.cpp.
TEST | ( | VectorProperty | , |
default_value | |||
) |
Definition at line 105 of file property_test.cpp.
TEST | ( | VectorProperty | , |
set_and_get | |||
) |
Definition at line 114 of file property_test.cpp.
TEST | ( | VectorProperty | , |
set_string | |||
) |
Definition at line 126 of file property_test.cpp.
TEST | ( | VectorProperty | , |
set_child | |||
) |
Definition at line 144 of file property_test.cpp.
TEST | ( | VectorProperty | , |
get_child | |||
) |
Definition at line 157 of file property_test.cpp.
TEST | ( | VectorProperty | , |
set_value_events | |||
) |
Definition at line 165 of file property_test.cpp.
Definition at line 181 of file property_test.cpp.
TEST | ( | QuaternionProperty | , |
set_and_get | |||
) |
Definition at line 191 of file property_test.cpp.
TEST | ( | QuaternionProperty | , |
set_string | |||
) |
Definition at line 204 of file property_test.cpp.
TEST | ( | QuaternionProperty | , |
set_child | |||
) |
Definition at line 224 of file property_test.cpp.
TEST | ( | QuaternionProperty | , |
get_child | |||
) |
Definition at line 239 of file property_test.cpp.
TEST | ( | QuaternionProperty | , |
set_value_events | |||
) |
Definition at line 248 of file property_test.cpp.
TEST | ( | ColorProperty | , |
default_value | |||
) |
Definition at line 264 of file property_test.cpp.
TEST | ( | ColorProperty | , |
set_and_get | |||
) |
Definition at line 273 of file property_test.cpp.
TEST | ( | ColorProperty | , |
set_string | |||
) |
Definition at line 285 of file property_test.cpp.
TEST | ( | ColorProperty | , |
set_string_limits | |||
) |
Definition at line 303 of file property_test.cpp.
TEST | ( | ColorProperty | , |
set_value_events | |||
) |
Definition at line 314 of file property_test.cpp.
TEST | ( | EnumProperty | , |
basic | |||
) |
Definition at line 326 of file property_test.cpp.