yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tile_selector_widget_test.cc File Reference
#include "app/gui/widgets/tile_selector_widget.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "app/gfx/bitmap.h"
#include "app/gui/canvas.h"
#include "testing.h"

Go to the source code of this file.

Classes

class  yaze::test::TileSelectorWidgetTest
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::test
 

Functions

 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)