#include <gtest/gtest.h>#include "fields2cover/types.h"#include "fields2cover/objectives/rp_obj/direct_dist_path_obj.h"#include "fields2cover/route_planning/custom_order.h"
Go to the source code of this file.
Functions | |
| TEST (fields2cover_route_custom_order, bad_order) | |
| TEST (fields2cover_route_custom_order, constructor_order) | |
| TEST (fields2cover_route_custom_order, defined_order) | |
| TEST (fields2cover_route_custom_order, incomplete_order) | |
| TEST (fields2cover_route_custom_order, out_of_range) | |
| TEST | ( | fields2cover_route_custom_order | , |
| bad_order | |||
| ) |
Definition at line 79 of file custom_order_test.cpp.
| TEST | ( | fields2cover_route_custom_order | , |
| constructor_order | |||
| ) |
Definition at line 30 of file custom_order_test.cpp.
| TEST | ( | fields2cover_route_custom_order | , |
| defined_order | |||
| ) |
Definition at line 6 of file custom_order_test.cpp.
| TEST | ( | fields2cover_route_custom_order | , |
| incomplete_order | |||
| ) |
Definition at line 68 of file custom_order_test.cpp.
| TEST | ( | fields2cover_route_custom_order | , |
| out_of_range | |||
| ) |
Definition at line 90 of file custom_order_test.cpp.