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

Public Member Functions

 Spc700Test ()=default
 
void SetUp () override
 

Public Attributes

testing::StrictMock< MockAudioRamaudioRAM
 
ApuCallbacks callbacks_
 
Spc700 spc700 {callbacks_}
 

Detailed Description

Test
Spc700Test is a test fixture for the Spc700 class.

Definition at line 63 of file spc700_test.cc.

Constructor & Destructor Documentation

◆ Spc700Test()

yaze::test::emu::Spc700Test::Spc700Test ( )
default

Member Function Documentation

◆ SetUp()

void yaze::test::emu::Spc700Test::SetUp ( )
inlineoverride

Definition at line 66 of file spc700_test.cc.

References audioRAM, yaze::app::emu::audio::Spc700::PC, and spc700.

Member Data Documentation

◆ audioRAM

testing::StrictMock<MockAudioRam> yaze::test::emu::Spc700Test::audioRAM

Definition at line 74 of file spc700_test.cc.

Referenced by SetUp().

◆ callbacks_

ApuCallbacks yaze::test::emu::Spc700Test::callbacks_

Definition at line 75 of file spc700_test.cc.

◆ spc700

Spc700 yaze::test::emu::Spc700Test::spc700 {callbacks_}

Definition at line 76 of file spc700_test.cc.

Referenced by SetUp().


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