Tag Parser  7.1.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

 OverallTests ()
 
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 42 of file overall.h.

Constructor & Destructor Documentation

◆ OverallTests()

OverallTests::OverallTests ( )

Definition at line 5 of file overallgeneral.cpp.

Member Function Documentation

◆ setUp()

void OverallTests::setUp ( )

Creates some test meta data.

Definition at line 13 of file overallgeneral.cpp.

◆ tearDown()

void OverallTests::tearDown ( )

Definition at line 24 of file overallgeneral.cpp.

◆ testFlacParsing()

void OverallTests::testFlacParsing ( )

Tests the FLAC parser via MediaFileInfo.

Definition at line 99 of file overallflac.cpp.

◆ testMkvParsing()

void OverallTests::testMkvParsing ( )

Tests the Matroska parser via MediaFileInfo.

Definition at line 662 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 445 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 131 of file overallogg.cpp.


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