37 #include <actionlib/TestAction.h>
39 #include <gtest/gtest.h>
42 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
46 TEST(SimpleActionServerConstruction, test_name_cb_autostart) {
51 TEST(SimpleActionServerConstruction, test_name_autostart) {
55 TEST(SimpleActionServerConstruction, test_name) {
59 TEST(SimpleActionServerConstruction, test_name_cb) {
64 TEST(SimpleActionServerConstruction, test_nh_name_cb_autostart) {
70 TEST(SimpleActionServerConstruction, test_nh_name_autostart) {
75 TEST(SimpleActionServerConstruction, test_nh_name) {
80 TEST(SimpleActionServerConstruction, test_nh_name_cb) {
86 int main(
int argc,
char **argv) {
87 testing::InitGoogleTest(&argc, argv);
89 ros::init(argc, argv,
"simple_action_server_construction");
91 return RUN_ALL_TESTS();