#include <gtest/gtest.h>
#include <actionlib/client/simple_action_client.h>
#include <actionlib/TestAction.h>
Go to the source code of this file.
Typedefs | |
typedef actionlib::SimpleActionClient < actionlib::TestAction > | Client |
Functions | |
int | main (int argc, char **argv) |
TEST (SimpleClientCancelCrash, uninitialized_crash) |
typedef actionlib::SimpleActionClient<actionlib::TestAction> Client |
Definition at line 41 of file test_cpp_simple_client_cancel_crash.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file test_cpp_simple_client_cancel_crash.cpp.
TEST | ( | SimpleClientCancelCrash | , |
uninitialized_crash | |||
) |
Definition at line 43 of file test_cpp_simple_client_cancel_crash.cpp.