Public Member Functions | |
Spc700Test ()=default | |
void | SetUp () override |
Public Attributes | |
testing::StrictMock< MockAudioRam > | audioRAM |
ApuCallbacks | callbacks_ |
Spc700 | spc700 {callbacks_} |
Definition at line 63 of file spc700_test.cc.
|
default |
|
inlineoverride |
Definition at line 66 of file spc700_test.cc.
References audioRAM, yaze::app::emu::audio::Spc700::PC, and spc700.
testing::StrictMock<MockAudioRam> yaze::test::emu::Spc700Test::audioRAM |
Definition at line 74 of file spc700_test.cc.
Referenced by SetUp().
ApuCallbacks yaze::test::emu::Spc700Test::callbacks_ |
Definition at line 75 of file spc700_test.cc.
Spc700 yaze::test::emu::Spc700Test::spc700 {callbacks_} |
Definition at line 76 of file spc700_test.cc.
Referenced by SetUp().