#include "app/gui/canvas.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "testing.h"
Go to the source code of this file.
|
namespace | yaze |
| Main namespace for the application.
|
|
namespace | yaze::test |
|
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, HoverMousePos_InitialState) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, HoverMousePos_IndependentFromDrawnPos) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, CoordinateSpace_WorldNotScreen) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, MapCalculation_SmallMaps) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, MapCalculation_LargeMaps) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, HoverPosition_ScaleInvariant) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, OverworldMapHighlight_UsesHoverNotDrawn) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, OverworldMapIndex_From8x8Grid) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, MapBoundaries_512x512) |
|
| yaze::test::TEST_F (CanvasCoordinateSyncTest, MapBoundaries_1024x1024) |
|