#include <moveit/rdf_loader/rdf_loader.h>
#include <rclcpp/rclcpp.hpp>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| TEST (RDFIntegration, default_arguments) |
|
| TEST (RDFIntegration, non_existent) |
|
| TEST (RDFIntegration, topic_based) |
|
| TEST (RDFIntegration, executor) |
|
| TEST (RDFIntegration, xacro_test) |
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/5]
TEST |
( |
RDFIntegration |
, |
|
|
default_arguments |
|
|
) |
| |
◆ TEST() [2/5]
TEST |
( |
RDFIntegration |
, |
|
|
executor |
|
|
) |
| |
◆ TEST() [3/5]
TEST |
( |
RDFIntegration |
, |
|
|
non_existent |
|
|
) |
| |
◆ TEST() [4/5]
TEST |
( |
RDFIntegration |
, |
|
|
topic_based |
|
|
) |
| |
◆ TEST() [5/5]
TEST |
( |
RDFIntegration |
, |
|
|
xacro_test |
|
|
) |
| |