#include <gtest/gtest.h>#include <memory>#include "../mock_grid_cell.h"#include "../../../src/core/maps/lazy_tiled_grid_map.h"
Go to the source code of this file.
Classes | |
| struct | MapInfo |
| class | UnboundedLazyTiledGridMapTest |
Functions | |
| int | main (int argc, char *argv[]) |
| std::ostream & | operator<< (std::ostream &stream, const MapInfo &mi) |
| TEST_F (UnboundedLazyTiledGridMapTest, readMapCopy) | |
| TEST_F (UnboundedLazyTiledGridMapTest, modifyMapCopy) | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 80 of file unbounded_lazy_tiled_grid_map_test.cpp.
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const MapInfo & | mi | ||
| ) |
Definition at line 33 of file unbounded_lazy_tiled_grid_map_test.cpp.
| TEST_F | ( | UnboundedLazyTiledGridMapTest | , |
| readMapCopy | |||
| ) |
Definition at line 38 of file unbounded_lazy_tiled_grid_map_test.cpp.
| TEST_F | ( | UnboundedLazyTiledGridMapTest | , |
| modifyMapCopy | |||
| ) |
Definition at line 56 of file unbounded_lazy_tiled_grid_map_test.cpp.