Tag Parser  6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | List of all members
OverallTests Class Reference

The OverallTests class tests reading and writing tags and parsing technical information for all supported container/tag formats. More...

#include <overall.h>

Inheritance diagram for OverallTests:
[legend]
Collaboration diagram for OverallTests:
[legend]

Public Member Functions

void setUp ()
 Creates some test meta data. More...
 
void tearDown ()
 
void testMkvParsing ()
 Tests the Matroska parser via MediaFileInfo. More...
 
void testMp4Parsing ()
 Tests the MP4 parser via MediaFileInfo. More...
 
void testMp3Parsing ()
 Tests the MP3 parser via MediaFileInfo. More...
 
void testOggParsing ()
 Tests the Ogg parser via MediaFileInfo. More...
 
void testFlacParsing ()
 Tests the FLAC parser via MediaFileInfo. More...
 

Detailed Description

The OverallTests class tests reading and writing tags and parsing technical information for all supported container/tag formats.

Definition at line 44 of file overall.h.

Member Function Documentation

◆ setUp()

void OverallTests::setUp ( )

Creates some test meta data.

Definition at line 8 of file overallgeneral.cpp.

◆ tearDown()

void OverallTests::tearDown ( )

Definition at line 19 of file overallgeneral.cpp.

◆ testFlacParsing()

void OverallTests::testFlacParsing ( )

Tests the FLAC parser via MediaFileInfo.

Definition at line 81 of file overallflac.cpp.

◆ testMkvParsing()

void OverallTests::testMkvParsing ( )

Tests the Matroska parser via MediaFileInfo.

Definition at line 617 of file overallmkv.cpp.

◆ testMp3Parsing()

void OverallTests::testMp3Parsing ( )

Tests the MP3 parser via MediaFileInfo.

Definition at line 210 of file overallmp3.cpp.

◆ testMp4Parsing()

void OverallTests::testMp4Parsing ( )

Tests the MP4 parser via MediaFileInfo.

Definition at line 424 of file overallmp4.cpp.

◆ testOggParsing()

void OverallTests::testOggParsing ( )

Tests the Ogg parser via MediaFileInfo.

Remarks
FLAC in Ogg is tested in testFlacParsing().

Definition at line 127 of file overallogg.cpp.


The documentation for this class was generated from the following files: