Tag Parser
8.0.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 () |
void | tearDown () |
void | testInitialStatus () |
void | testFileSystemMethods () |
void | testParsingUnsupportedFile () |
void | testPartialParsingAndTagCreationOfMp4File () |
void | testFullParseAndFurtherProperties () |
The MediaFileInfoTests tests convenience methods provided by TagParser::MediaFileInfo.
Definition at line 27 of file mediafileinfo.cpp.
void MediaFileInfoTests::setUp | ( | ) |
Definition at line 49 of file mediafileinfo.cpp.
void MediaFileInfoTests::tearDown | ( | ) |
Definition at line 53 of file mediafileinfo.cpp.
void MediaFileInfoTests::testFileSystemMethods | ( | ) |
Definition at line 72 of file mediafileinfo.cpp.
void MediaFileInfoTests::testFullParseAndFurtherProperties | ( | ) |
Definition at line 152 of file mediafileinfo.cpp.
void MediaFileInfoTests::testInitialStatus | ( | ) |
Definition at line 57 of file mediafileinfo.cpp.
void MediaFileInfoTests::testParsingUnsupportedFile | ( | ) |
Definition at line 88 of file mediafileinfo.cpp.
void MediaFileInfoTests::testPartialParsingAndTagCreationOfMp4File | ( | ) |
Definition at line 103 of file mediafileinfo.cpp.