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 22 of file cpu_test.cc.
|
inlineoverride |
Definition at line 24 of file cpu_test.cc.
References mock_memory.
AsmParser yaze::test::CpuTest::asm_parser |
Definition at line 30 of file cpu_test.cc.
MockMemory yaze::test::CpuTest::mock_memory |
Definition at line 31 of file cpu_test.cc.
Referenced by SetUp().
MockClock yaze::test::CpuTest::mock_clock |
Definition at line 32 of file cpu_test.cc.
CpuCallbacks yaze::test::CpuTest::cpu_callbacks |
Definition at line 33 of file cpu_test.cc.
Cpu yaze::test::CpuTest::cpu {mock_memory, mock_clock, cpu_callbacks} |
Definition at line 34 of file cpu_test.cc.