#include <gtest/gtest.h>#include "lanelet2_core/Attribute.h"#include "lanelet2_core/Exceptions.h"#include "lanelet2_core/utility/Units.h"
Go to the source code of this file.
Functions | |
| TEST (Attribute, string) | |
| TEST (Attribute, getSet) | |
| TEST (Attribute, boolConversion) | |
| TEST (Attribute, intConversion) | |
| TEST (Attribute, idConversion) | |
| TEST (Attribute, doubleConversion) | |
| TEST (Attribute, velocityConversion) | |
| TEST (Attribute, caching) | |
| TEST (Attribute, as) | |
| TEST (AttributeMap, enumAccess) | |
| TEST (AttributeMap, normalAccess) | |
| TEST | ( | Attribute | , |
| string | |||
| ) |
Definition at line 10 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| getSet | |||
| ) |
Definition at line 15 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| boolConversion | |||
| ) |
Definition at line 21 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| intConversion | |||
| ) |
Definition at line 36 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| idConversion | |||
| ) |
Definition at line 44 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| doubleConversion | |||
| ) |
Definition at line 56 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| velocityConversion | |||
| ) |
Definition at line 61 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| caching | |||
| ) |
Definition at line 75 of file test_attribute.cpp.
| TEST | ( | Attribute | , |
| as | |||
| ) |
Definition at line 81 of file test_attribute.cpp.
| TEST | ( | AttributeMap | , |
| enumAccess | |||
| ) |
Definition at line 95 of file test_attribute.cpp.
| TEST | ( | AttributeMap | , |
| normalAccess | |||
| ) |
Definition at line 101 of file test_attribute.cpp.