openMSX
|
#include "catch.hpp"
#include "WavData.hh"
#include "MemoryBufferFile.hh"
#include "MSXException.hh"
#include "xrange.hh"
Go to the source code of this file.
Functions | |
TEST_CASE ("WavData, default constructor") | |
TEST_CASE ("WavData, parser") | |
TEST_CASE ("WavData, content") | |
TEST_CASE | ( | " | WavData, |
content" | |||
) |
Definition at line 100 of file WavData_test.cc.
References CHECK(), and openmsx::memory_buffer_file().
TEST_CASE | ( | " | WavData, |
default constructor" | |||
) |
Definition at line 9 of file WavData_test.cc.
References CHECK(), openmsx::WavData::getFreq(), openmsx::WavData::getSample(), openmsx::WavData::getSize(), and xrange().
TEST_CASE | ( | " | WavData, |
parser" | |||
) |
Definition at line 19 of file WavData_test.cc.
References CHECK(), and openmsx::memory_buffer_file().