Loading...
Searching...
No Matches
#include "app/gui/widgets/tile_selector_widget.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "app/gfx/core/bitmap.h"
#include "app/gui/canvas/canvas.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 (TileSelectorWidgetTest, Construction) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, ConstructionWithConfig) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, AttachCanvas) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, SetTileCount) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, SetSelectedTile) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, TileOrigin) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, RenderWithoutAtlas) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, ProgrammaticSelection) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, ScrollToTile) |
| |
| | yaze::test::TEST_F (TileSelectorWidgetTest, DifferentConfigs) |
| |