Definition at line 20 of file tile16_editor_test.cc.
◆ SetUpTestSuite()
static void yaze::editor::test::Tile16EditorIntegrationTest::SetUpTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
◆ TearDownTestSuite()
static void yaze::editor::test::Tile16EditorIntegrationTest::TearDownTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
◆ SetUp()
void yaze::editor::test::Tile16EditorIntegrationTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 36 of file tile16_editor_test.cc.
References yaze::gfx::Arena::CREATE, yaze::gfx::CreateTilemap(), current_gfx_bmp_, editor_, yaze::gfx::Arena::Get(), yaze::zelda3::kNumTile16Individual, overworld_, yaze::gfx::Arena::QueueTextureCommand(), rom_, rom_loaded_, tile16_blockset_, tile16_blockset_bmp_, tilemap_, and window_initialized_.
◆ InitializeTestEnvironment()
static void yaze::editor::test::Tile16EditorIntegrationTest::InitializeTestEnvironment |
( |
| ) |
|
|
inlinestaticprotected |
◆ window_initialized_
bool yaze::editor::test::Tile16EditorIntegrationTest::window_initialized_ = false |
|
staticprotected |
◆ test_window_
core::Window yaze::editor::test::Tile16EditorIntegrationTest::test_window_ |
|
staticprotected |
◆ test_renderer_
std::unique_ptr< gfx::SDL2Renderer > yaze::editor::test::Tile16EditorIntegrationTest::test_renderer_ |
|
staticprotected |
◆ rom_loaded_
bool yaze::editor::test::Tile16EditorIntegrationTest::rom_loaded_ = false |
|
protected |
◆ rom_
std::unique_ptr<Rom> yaze::editor::test::Tile16EditorIntegrationTest::rom_ |
|
protected |
◆ tilemap_
std::unique_ptr<gfx::Tilemap> yaze::editor::test::Tile16EditorIntegrationTest::tilemap_ |
|
protected |
◆ tile16_blockset_
std::unique_ptr<gfx::Tilemap> yaze::editor::test::Tile16EditorIntegrationTest::tile16_blockset_ |
|
protected |
◆ current_gfx_bmp_
std::unique_ptr<gfx::Bitmap> yaze::editor::test::Tile16EditorIntegrationTest::current_gfx_bmp_ |
|
protected |
◆ tile16_blockset_bmp_
std::unique_ptr<gfx::Bitmap> yaze::editor::test::Tile16EditorIntegrationTest::tile16_blockset_bmp_ |
|
protected |
◆ overworld_
std::unique_ptr<zelda3::Overworld> yaze::editor::test::Tile16EditorIntegrationTest::overworld_ |
|
protected |
◆ editor_
std::unique_ptr<Tile16Editor> yaze::editor::test::Tile16EditorIntegrationTest::editor_ |
|
protected |
The documentation for this class was generated from the following file: