#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.
|
| 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) |
| |
|
| const char | TOPIC [] = "test_bond_topic" |
| |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| TEST |
( |
ExerciseBondCpp |
, |
|
|
normal |
|
|
) |
| |
| TEST |
( |
ExerciseBondCpp |
, |
|
|
remoteNeverConnects |
|
|
) |
| |
| TEST |
( |
ExerciseBondCpp |
, |
|
|
heartbeatTimeout |
|
|
) |
| |
| TEST |
( |
ExerciseBondCpp |
, |
|
|
cleanLocalDeath |
|
|
) |
| |
| TEST |
( |
ExerciseBondCpp |
, |
|
|
localDeathNoAck |
|
|
) |
| |
| TEST |
( |
ExerciseBondCpp |
, |
|
|
remoteIgnoresLocalDeath |
|
|
) |
| |
| const char TOPIC[] = "test_bond_topic" |