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

The TagValueTests class tests the TagParser::TagValue class. More...

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

Public Member Functions

void setUp ()
 
void tearDown ()
 
void testBasics ()
 
void testBinary ()
 
void testInteger ()
 
void testPositionInSet ()
 
void testTimeSpan ()
 
void testDateTime ()
 
void testString ()
 
void testEqualityOperator ()
 

Detailed Description

The TagValueTests class tests the TagParser::TagValue class.

Definition at line 22 of file tagvalue.cpp.

Member Function Documentation

◆ setUp()

void TagValueTests::setUp ( )

Definition at line 50 of file tagvalue.cpp.

◆ tearDown()

void TagValueTests::tearDown ( )

Definition at line 54 of file tagvalue.cpp.

◆ testBasics()

void TagValueTests::testBasics ( )

Definition at line 58 of file tagvalue.cpp.

◆ testBinary()

void TagValueTests::testBinary ( )

Definition at line 64 of file tagvalue.cpp.

◆ testDateTime()

void TagValueTests::testDateTime ( )

Definition at line 137 of file tagvalue.cpp.

◆ testEqualityOperator()

void TagValueTests::testEqualityOperator ( )

Definition at line 193 of file tagvalue.cpp.

◆ testInteger()

void TagValueTests::testInteger ( )

Definition at line 75 of file tagvalue.cpp.

◆ testPositionInSet()

void TagValueTests::testPositionInSet ( )

Definition at line 113 of file tagvalue.cpp.

◆ testString()

void TagValueTests::testString ( )

Definition at line 150 of file tagvalue.cpp.

◆ testTimeSpan()

void TagValueTests::testTimeSpan ( )

Definition at line 124 of file tagvalue.cpp.


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