#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <ros/ros.h>
#include <mbf_abstract_core/abstract_planner.h>
#include <mbf_abstract_nav/abstract_planner_execution.h>
Go to the source code of this file.
Classes | |
struct | AbstractPlannerExecutionFixture |
struct | AbstractPlannerMock |
Functions | |
ACTION (ThrowException) | |
ACTION_P (Wait, cv) | |
int | main (int argc, char **argv) |
TEST_F (AbstractPlannerExecutionFixture, cancel) | |
TEST_F (AbstractPlannerExecutionFixture, exception) | |
TEST_F (AbstractPlannerExecutionFixture, max_retries) | |
TEST_F (AbstractPlannerExecutionFixture, no_plan_found) | |
TEST_F (AbstractPlannerExecutionFixture, patience_exceeded) | |
TEST_F (AbstractPlannerExecutionFixture, success) | |
TEST_F (AbstractPlannerExecutionFixture, sumDist) | |
ACTION | ( | ThrowException | ) |
Definition at line 192 of file test/abstract_planner_execution.cpp.
ACTION_P | ( | Wait | , |
cv | |||
) |
Definition at line 60 of file test/abstract_planner_execution.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 212 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
cancel | |||
) |
Definition at line 68 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
exception | |||
) |
Definition at line 197 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
max_retries | |||
) |
Definition at line 90 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
no_plan_found | |||
) |
Definition at line 114 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
patience_exceeded | |||
) |
Definition at line 164 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
success | |||
) |
Definition at line 45 of file test/abstract_planner_execution.cpp.
TEST_F | ( | AbstractPlannerExecutionFixture | , |
sumDist | |||
) |
Definition at line 140 of file test/abstract_planner_execution.cpp.