#include <gtest/gtest.h>
#include <algorithm>
#include "../../../src/utils/data_generation/map_primitives.h"
Go to the source code of this file.
Classes | |
class | CecumTextRasterMapPrimitiveTest |
Functions | |
int | main (int argc, char *argv[]) |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelTop) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelWidthTop) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelHeightTop) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelHeightBot) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelLeft) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelWidthLeft) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelWidthRight) | |
TEST_F (CecumTextRasterMapPrimitiveTest, singlePixelHeightRight) | |
TEST_F (CecumTextRasterMapPrimitiveTest, noFreeSpaceTop) | |
TEST_F (CecumTextRasterMapPrimitiveTest, noFreeSpaceBot) | |
TEST_F (CecumTextRasterMapPrimitiveTest, noFreeSpaceLeft) | |
TEST_F (CecumTextRasterMapPrimitiveTest, noFreeSpaceRight) | |
TEST_F (CecumTextRasterMapPrimitiveTest, plainCecumTop) | |
TEST_F (CecumTextRasterMapPrimitiveTest, plainCecumBot) | |
TEST_F (CecumTextRasterMapPrimitiveTest, plainCecumLeft) | |
TEST_F (CecumTextRasterMapPrimitiveTest, plainCecumRight) | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 246 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelTop | |||
) |
Definition at line 38 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelWidthTop | |||
) |
Definition at line 49 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelHeightTop | |||
) |
Definition at line 61 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelHeightBot | |||
) |
Definition at line 72 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelLeft | |||
) |
Definition at line 83 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelWidthLeft | |||
) |
Definition at line 94 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelWidthRight | |||
) |
Definition at line 107 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
singlePixelHeightRight | |||
) |
Definition at line 120 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
noFreeSpaceTop | |||
) |
Definition at line 134 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
noFreeSpaceBot | |||
) |
Definition at line 147 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
noFreeSpaceLeft | |||
) |
Definition at line 161 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
noFreeSpaceRight | |||
) |
Definition at line 173 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
plainCecumTop | |||
) |
Definition at line 188 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
plainCecumBot | |||
) |
Definition at line 202 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
plainCecumLeft | |||
) |
Definition at line 215 of file map_primitives_test.cpp.
TEST_F | ( | CecumTextRasterMapPrimitiveTest | , |
plainCecumRight | |||
) |
Definition at line 229 of file map_primitives_test.cpp.