#include <gtest/gtest.h>
#include "fields2cover/types.h"
#include "fields2cover/route_planning/spiral_order.h"
Go to the source code of this file.
Functions | |
TEST (fields2cover_route_spiral, genSortedSwaths_bigger_than_8_bulk) | |
TEST (fields2cover_route_spiral, genSortedSwaths_default_cstr) | |
TEST (fields2cover_route_spiral, genSortedSwaths_default_size) | |
TEST (fields2cover_route_spiral, genSortedSwaths_even) | |
TEST (fields2cover_route_spiral, genSortedSwaths_even_size) | |
TEST (fields2cover_route_spiral, genSortedSwaths_odd) | |
TEST (fields2cover_route_spiral, genSortedSwaths_odd_size) | |
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_bigger_than_8_bulk | |||
) |
Definition at line 150 of file spiral_order_test.cpp.
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_default_cstr | |||
) |
Definition at line 126 of file spiral_order_test.cpp.
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_default_size | |||
) |
Definition at line 103 of file spiral_order_test.cpp.
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_even | |||
) |
Definition at line 5 of file spiral_order_test.cpp.
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_even_size | |||
) |
Definition at line 53 of file spiral_order_test.cpp.
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_odd | |||
) |
Definition at line 29 of file spiral_order_test.cpp.
TEST | ( | fields2cover_route_spiral | , |
genSortedSwaths_odd_size | |||
) |
Definition at line 78 of file spiral_order_test.cpp.