Tag Parser
9.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The MediaFileInfoTests tests convenience methods provided by TagParser::MediaFileInfo. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testInitialStatus () |
void | testFileSystemMethods () |
void | testParsingUnsupportedFile () |
void | testPartialParsingAndTagCreationOfMp4File () |
void | testFullParseAndFurtherProperties () |
The MediaFileInfoTests tests convenience methods provided by TagParser::MediaFileInfo.
Definition at line 25 of file mediafileinfo.cpp.
void MediaFileInfoTests::setUp | ( | ) |
Definition at line 47 of file mediafileinfo.cpp.
void MediaFileInfoTests::tearDown | ( | ) |
Definition at line 51 of file mediafileinfo.cpp.
void MediaFileInfoTests::testFileSystemMethods | ( | ) |
Definition at line 70 of file mediafileinfo.cpp.
void MediaFileInfoTests::testFullParseAndFurtherProperties | ( | ) |
Definition at line 145 of file mediafileinfo.cpp.
void MediaFileInfoTests::testInitialStatus | ( | ) |
Definition at line 55 of file mediafileinfo.cpp.
void MediaFileInfoTests::testParsingUnsupportedFile | ( | ) |
Definition at line 86 of file mediafileinfo.cpp.
void MediaFileInfoTests::testPartialParsingAndTagCreationOfMp4File | ( | ) |
Definition at line 101 of file mediafileinfo.cpp.