Public Member Functions | |
void | SetUp () override |
Public Attributes | |
AsmParser | asm_parser |
MockMemory | mock_memory |
MockClock | mock_clock |
CpuCallbacks | cpu_callbacks |
Cpu | cpu {mock_memory, mock_clock, cpu_callbacks} |
Definition at line 25 of file cpu_test.cc.
|
inlineoverride |
Definition at line 27 of file cpu_test.cc.
References yaze::app::emu::memory::Memory::ClearMemory(), yaze::app::emu::memory::MockMemory::Init(), and mock_memory.
AsmParser yaze::test::emu::CpuTest::asm_parser |
Definition at line 33 of file cpu_test.cc.
MockMemory yaze::test::emu::CpuTest::mock_memory |
Definition at line 34 of file cpu_test.cc.
Referenced by SetUp().
MockClock yaze::test::emu::CpuTest::mock_clock |
Definition at line 35 of file cpu_test.cc.
CpuCallbacks yaze::test::emu::CpuTest::cpu_callbacks |
Definition at line 36 of file cpu_test.cc.
Cpu yaze::test::emu::CpuTest::cpu {mock_memory, mock_clock, cpu_callbacks} |
Definition at line 37 of file cpu_test.cc.