#include <test_utils.h>
Protected Member Functions | |
void | SetUp () override |
void | TearDown () override |
Rom * | rom () |
const Rom * | rom () const |
std::string | GetBoundRomPath () const |
Private Member Functions | |
void | EnsureRomLoaded () |
Private Attributes | |
std::unique_ptr< Rom > | rom_instance_ |
bool | rom_loaded_ = false |
Definition at line 139 of file test_utils.h.
|
inlineoverrideprotected |
Definition at line 141 of file test_utils.h.
References rom_instance_.
|
inlineoverrideprotected |
Definition at line 145 of file test_utils.h.
References rom_instance_, and rom_loaded_.
|
inlineprotected |
Definition at line 150 of file test_utils.h.
References EnsureRomLoaded(), and rom_instance_.
Referenced by yaze::test::DungeonObjectRenderingTests::CreateTestObject(), yaze::test::DungeonObjectRenderingE2ETests::SetUp(), and yaze::test::DungeonObjectRenderingTests::SetUp().
|
inlineprotected |
Definition at line 151 of file test_utils.h.
References rom_instance_.
|
inlineprotected |
Definition at line 153 of file test_utils.h.
References yaze::test::TestRomManager::GetTestRomPath().
|
inlineprivate |
Definition at line 159 of file test_utils.h.
References yaze::test::TestRomManager::GetTestRomPath(), rom_instance_, and rom_loaded_.
Referenced by rom().
|
private |
Definition at line 156 of file test_utils.h.
Referenced by EnsureRomLoaded(), rom(), rom(), SetUp(), and TearDown().
|
private |
Definition at line 157 of file test_utils.h.
Referenced by EnsureRomLoaded(), and TearDown().