Tag Parser 12.3.1
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 () override |
void | tearDown () override |
void | testInitialStatus () |
void | testFileSystemMethods () |
void | testParsingUnsupportedFile () |
void | testPartialParsingAndTagCreationOfMp4File () |
void | testFullParseAndFurtherProperties () |
The MediaFileInfoTests tests convenience methods provided by TagParser::MediaFileInfo.
Definition at line 26 of file mediafileinfo.cpp.
|
override |
Definition at line 48 of file mediafileinfo.cpp.
|
override |
Definition at line 52 of file mediafileinfo.cpp.
void MediaFileInfoTests::testFileSystemMethods | ( | ) |
Definition at line 71 of file mediafileinfo.cpp.
void MediaFileInfoTests::testFullParseAndFurtherProperties | ( | ) |
Definition at line 148 of file mediafileinfo.cpp.
void MediaFileInfoTests::testInitialStatus | ( | ) |
Definition at line 56 of file mediafileinfo.cpp.
void MediaFileInfoTests::testParsingUnsupportedFile | ( | ) |
Definition at line 87 of file mediafileinfo.cpp.
void MediaFileInfoTests::testPartialParsingAndTagCreationOfMp4File | ( | ) |
Definition at line 103 of file mediafileinfo.cpp.