yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::CpuTest Class Reference
Inheritance diagram for yaze::test::CpuTest:

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}
 

Detailed Description

Test
Test fixture for CPU unit tests

Definition at line 22 of file cpu_test.cc.

Member Function Documentation

◆ SetUp()

void yaze::test::CpuTest::SetUp ( )
inlineoverride

Definition at line 24 of file cpu_test.cc.

References mock_memory.

Member Data Documentation

◆ asm_parser

AsmParser yaze::test::CpuTest::asm_parser

Definition at line 30 of file cpu_test.cc.

◆ mock_memory

MockMemory yaze::test::CpuTest::mock_memory

Definition at line 31 of file cpu_test.cc.

Referenced by SetUp().

◆ mock_clock

MockClock yaze::test::CpuTest::mock_clock

Definition at line 32 of file cpu_test.cc.

◆ cpu_callbacks

CpuCallbacks yaze::test::CpuTest::cpu_callbacks

Definition at line 33 of file cpu_test.cc.

◆ cpu

Cpu yaze::test::CpuTest::cpu {mock_memory, mock_clock, cpu_callbacks}

Definition at line 34 of file cpu_test.cc.


The documentation for this class was generated from the following file: