#include <bondcpp/bond.h>
#include <gtest/gtest.h>
#include <uuid/uuid.h>
#include <ros/spinner.h>
#include <test_bond/TestBond.h>
#include <string>
Go to the source code of this file.
Functions | |
std::string | genId () |
ros::ServiceClient | getService () |
int | main (int argc, char **argv) |
TEST (ExerciseBondCpp, normal) | |
TEST (ExerciseBondCpp, remoteNeverConnects) | |
TEST (ExerciseBondCpp, heartbeatTimeout) | |
TEST (ExerciseBondCpp, cleanLocalDeath) | |
TEST (ExerciseBondCpp, localDeathNoAck) | |
TEST (ExerciseBondCpp, remoteIgnoresLocalDeath) | |
Variables | |
const char | TOPIC [] = "test_bond_topic" |
std::string genId | ( | ) |
Definition at line 42 of file exercise_bond.cpp.
Definition at line 51 of file exercise_bond.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 172 of file exercise_bond.cpp.
TEST | ( | ExerciseBondCpp | , |
normal | |||
) |
Definition at line 60 of file exercise_bond.cpp.
TEST | ( | ExerciseBondCpp | , |
remoteNeverConnects | |||
) |
Definition at line 79 of file exercise_bond.cpp.
TEST | ( | ExerciseBondCpp | , |
heartbeatTimeout | |||
) |
Definition at line 89 of file exercise_bond.cpp.
TEST | ( | ExerciseBondCpp | , |
cleanLocalDeath | |||
) |
Definition at line 109 of file exercise_bond.cpp.
TEST | ( | ExerciseBondCpp | , |
localDeathNoAck | |||
) |
Definition at line 129 of file exercise_bond.cpp.
TEST | ( | ExerciseBondCpp | , |
remoteIgnoresLocalDeath | |||
) |
Definition at line 150 of file exercise_bond.cpp.
const char TOPIC[] = "test_bond_topic" |
Definition at line 40 of file exercise_bond.cpp.