#include <gtest/gtest.h>#include <actionlib/TestAction.h>#include <string>#include <vector>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include "actionlib/TestActionGoal.h"#include "actionlib/TestActionResult.h"#include "actionlib/TestActionFeedback.h"#include <actionlib/client/simple_action_client.h>#include <stdlib.h>

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (ActionClientDestruction, persistent_goal_handles_1) | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 59 of file action_client_destruction_test.cpp.
| TEST | ( | ActionClientDestruction | , | |
| persistent_goal_handles_1 | ||||
| ) |
Definition at line 44 of file action_client_destruction_test.cpp.