C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The IoTests class tests classes and methods of the IoUtilities namespace. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testFailure () |
Tests workaround for GCC Bug 66145. More... | |
void | testBinaryReader () |
Tests the most important methods of the BinaryReader. More... | |
void | testBinaryWriter () |
Tests the most important methods of the BinaryWriter. More... | |
void | testBitReader () |
Tests the BitReader. More... | |
void | testPathUtilities () |
Tests fileName() and removeInvalidChars(). More... | |
void | testIniFile () |
Tests IniFile. More... | |
void | testCopy () |
Tests CopyHelper. More... | |
void | testReadFile () |
Tests readFile(). More... | |
void | testAnsiEscapeCodes () |
The IoTests class tests classes and methods of the IoUtilities namespace.
Definition at line 45 of file iotests.cpp.
void IoTests::setUp | ( | ) |
Definition at line 85 of file iotests.cpp.
void IoTests::tearDown | ( | ) |
Definition at line 89 of file iotests.cpp.
void IoTests::testAnsiEscapeCodes | ( | ) |
Definition at line 452 of file iotests.cpp.
void IoTests::testBinaryReader | ( | ) |
Tests the most important methods of the BinaryReader.
Definition at line 124 of file iotests.cpp.
void IoTests::testBinaryWriter | ( | ) |
Tests the most important methods of the BinaryWriter.
Definition at line 197 of file iotests.cpp.
void IoTests::testBitReader | ( | ) |
Tests the BitReader.
Definition at line 279 of file iotests.cpp.
void IoTests::testCopy | ( | ) |
Tests CopyHelper.
Definition at line 394 of file iotests.cpp.
void IoTests::testFailure | ( | ) |
Tests workaround for GCC Bug 66145.
Definition at line 102 of file iotests.cpp.
void IoTests::testIniFile | ( | ) |
Tests IniFile.
Definition at line 353 of file iotests.cpp.
void IoTests::testPathUtilities | ( | ) |
Tests fileName() and removeInvalidChars().
Definition at line 320 of file iotests.cpp.
void IoTests::testReadFile | ( | ) |
Tests readFile().
Definition at line 417 of file iotests.cpp.