|
Tag Parser
8.3.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 () |
| void | tearDown () |
| void | testBasics () |
| void | testBinary () |
| void | testInteger () |
| void | testPositionInSet () |
| void | testTimeSpan () |
| void | testDateTime () |
| void | testString () |
| void | testEqualityOperator () |
The TagValueTests class tests the TagParser::TagValue class.
Definition at line 24 of file tagvalue.cpp.
| void TagValueTests::setUp | ( | ) |
Definition at line 52 of file tagvalue.cpp.
| void TagValueTests::tearDown | ( | ) |
Definition at line 56 of file tagvalue.cpp.
| void TagValueTests::testBasics | ( | ) |
Definition at line 60 of file tagvalue.cpp.
| void TagValueTests::testBinary | ( | ) |
Definition at line 66 of file tagvalue.cpp.
| void TagValueTests::testDateTime | ( | ) |
Definition at line 138 of file tagvalue.cpp.
| void TagValueTests::testEqualityOperator | ( | ) |
Definition at line 193 of file tagvalue.cpp.
| void TagValueTests::testInteger | ( | ) |
Definition at line 77 of file tagvalue.cpp.
| void TagValueTests::testPositionInSet | ( | ) |
Definition at line 115 of file tagvalue.cpp.
| void TagValueTests::testString | ( | ) |
Definition at line 150 of file tagvalue.cpp.
| void TagValueTests::testTimeSpan | ( | ) |
Definition at line 126 of file tagvalue.cpp.
1.8.15