#include <actionlib/TestAction.h>
#include <actionlib/server/simple_action_server.h>
#include <gtest/gtest.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SimpleActionServerConstruction, test_name) | |
TEST (SimpleActionServerConstruction, test_name_autostart) | |
TEST (SimpleActionServerConstruction, test_name_cb) | |
TEST (SimpleActionServerConstruction, test_name_cb_autostart) | |
TEST (SimpleActionServerConstruction, test_nh_name) | |
TEST (SimpleActionServerConstruction, test_nh_name_autostart) | |
TEST (SimpleActionServerConstruction, test_nh_name_cb) | |
TEST (SimpleActionServerConstruction, test_nh_name_cb_autostart) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 86 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_name | |||
) |
Definition at line 55 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_name_autostart | |||
) |
Definition at line 51 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_name_cb | |||
) |
Definition at line 59 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_name_cb_autostart | |||
) |
Definition at line 46 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_nh_name | |||
) |
Definition at line 75 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_nh_name_autostart | |||
) |
Definition at line 70 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_nh_name_cb | |||
) |
Definition at line 80 of file simple_action_server_construction_test.cpp.
TEST | ( | SimpleActionServerConstruction | , |
test_nh_name_cb_autostart | |||
) |
Definition at line 64 of file simple_action_server_construction_test.cpp.