Tag Parser  6.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Functions
TestUtilities Namespace Reference

Functions

std::ostream & operator<< (std::ostream &os, const Media::TagTextEncoding &encoding)
 Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values. More...
 
std::ostream & operator<< (std::ostream &os, const Media::TagValue &tagValue)
 Prints a TagValue UTF-8 encoded to enable CPPUNIT_ASSERT_EQUAL for tag values. More...
 
std::ostream & operator<< (std::ostream &os, const Media::PositionInSet &pos)
 Prints a PositionInSet to enable using it in CPPUNIT_ASSERT_EQUAL. More...
 
std::ostream & operator<< (std::ostream &os, const Media::Notification &n)
 Prints a Notification to enable using it in CPPUNIT_ASSERT_EQUAL. More...
 

Function Documentation

◆ operator<<() [1/4]

std::ostream & TestUtilities::operator<< ( std::ostream &  os,
const Media::TagTextEncoding encoding 
)

Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values.

Definition at line 8 of file helper.cpp.

◆ operator<<() [2/4]

std::ostream& TestUtilities::operator<< ( std::ostream &  os,
const Media::TagValue tagValue 
)
inline

Prints a TagValue UTF-8 encoded to enable CPPUNIT_ASSERT_EQUAL for tag values.

Definition at line 16 of file helper.h.

◆ operator<<() [3/4]

std::ostream& TestUtilities::operator<< ( std::ostream &  os,
const Media::PositionInSet pos 
)
inline

Prints a PositionInSet to enable using it in CPPUNIT_ASSERT_EQUAL.

Definition at line 24 of file helper.h.

◆ operator<<() [4/4]

std::ostream& TestUtilities::operator<< ( std::ostream &  os,
const Media::Notification n 
)
inline

Prints a Notification to enable using it in CPPUNIT_ASSERT_EQUAL.

Definition at line 32 of file helper.h.