Tag Parser 11.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The TagValueTests class tests the TagParser::TagValue class. More...
Public Member Functions | |
void | setUp () override |
void | tearDown () override |
void | testBasics () |
void | testBinary () |
void | testInteger () |
void | testUnsignedInteger () |
void | testPositionInSet () |
void | testTimeSpan () |
void | testDateTime () |
void | testPopularity () |
void | testString () |
void | testEqualityOperator () |
void | testPopularityScaling () |
The TagValueTests class tests the TagParser::TagValue class.
Definition at line 22 of file tagvalue.cpp.
|
override |
Definition at line 56 of file tagvalue.cpp.
|
override |
Definition at line 60 of file tagvalue.cpp.
void TagValueTests::testBasics | ( | ) |
Definition at line 64 of file tagvalue.cpp.
void TagValueTests::testBinary | ( | ) |
Definition at line 70 of file tagvalue.cpp.
void TagValueTests::testDateTime | ( | ) |
Definition at line 169 of file tagvalue.cpp.
void TagValueTests::testEqualityOperator | ( | ) |
Definition at line 251 of file tagvalue.cpp.
void TagValueTests::testInteger | ( | ) |
Definition at line 81 of file tagvalue.cpp.
void TagValueTests::testPopularity | ( | ) |
Definition at line 182 of file tagvalue.cpp.
void TagValueTests::testPopularityScaling | ( | ) |
Definition at line 295 of file tagvalue.cpp.
void TagValueTests::testPositionInSet | ( | ) |
Definition at line 144 of file tagvalue.cpp.
void TagValueTests::testString | ( | ) |
Definition at line 202 of file tagvalue.cpp.
void TagValueTests::testTimeSpan | ( | ) |
Definition at line 156 of file tagvalue.cpp.
void TagValueTests::testUnsignedInteger | ( | ) |
Definition at line 121 of file tagvalue.cpp.