yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::emu::PpuTest Class Reference
Inheritance diagram for yaze::test::emu::PpuTest:
Collaboration diagram for yaze::test::emu::PpuTest:

Protected Member Functions

 PpuTest ()
 
void SetUp () override
 

Protected Attributes

MockMemory mock_memory
 
MockClock mock_clock
 
MockPpu mock_ppu
 

Detailed Description

Test
Test fixture for PPU unit tests

Definition at line 40 of file ppu_test.cc.

Constructor & Destructor Documentation

◆ PpuTest()

yaze::test::emu::PpuTest::PpuTest ( )
inlineprotected

Definition at line 46 of file ppu_test.cc.

Member Function Documentation

◆ SetUp()

void yaze::test::emu::PpuTest::SetUp ( )
inlineoverrideprotected

Definition at line 48 of file ppu_test.cc.

References mock_ppu, and yaze::test::emu::MockPpu::vram.

Member Data Documentation

◆ mock_memory

MockMemory yaze::test::emu::PpuTest::mock_memory
protected

Definition at line 42 of file ppu_test.cc.

◆ mock_clock

MockClock yaze::test::emu::PpuTest::mock_clock
protected

Definition at line 43 of file ppu_test.cc.

◆ mock_ppu

MockPpu yaze::test::emu::PpuTest::mock_ppu
protected

Definition at line 44 of file ppu_test.cc.

Referenced by SetUp().


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