C++ Utilities
5.10.5
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The IoTests class tests classes and functions provided by the files inside the io directory. More...
Public Member Functions | |
void | setUp () override |
void | tearDown () override |
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 | testAdvancedIniFile () |
Tests AdvancedIniFile. More... | |
void | testCopy () |
Tests CopyHelper. More... | |
void | testReadFile () |
Tests readFile(). More... | |
void | testWriteFile () |
Tests writeFile(). More... | |
void | testAnsiEscapeCodes () |
Tests formatting functions of CppUtilities::EscapeCodes namespace. More... | |
The IoTests class tests classes and functions provided by the files inside the io directory.
Definition at line 41 of file iotests.cpp.
|
override |
Definition at line 79 of file iotests.cpp.
|
override |
Definition at line 83 of file iotests.cpp.
void IoTests::testAdvancedIniFile | ( | ) |
Tests AdvancedIniFile.
Definition at line 324 of file iotests.cpp.
void IoTests::testAnsiEscapeCodes | ( | ) |
Tests formatting functions of CppUtilities::EscapeCodes namespace.
Definition at line 455 of file iotests.cpp.
void IoTests::testBinaryReader | ( | ) |
Tests the most important methods of the BinaryReader.
Definition at line 90 of file iotests.cpp.
void IoTests::testBinaryWriter | ( | ) |
Tests the most important methods of the BinaryWriter.
Definition at line 156 of file iotests.cpp.
void IoTests::testBitReader | ( | ) |
Tests the BitReader.
Definition at line 238 of file iotests.cpp.
void IoTests::testCopy | ( | ) |
Tests CopyHelper.
Definition at line 392 of file iotests.cpp.
void IoTests::testIniFile | ( | ) |
Tests IniFile.
Definition at line 283 of file iotests.cpp.
void IoTests::testPathUtilities | ( | ) |
Tests fileName() and removeInvalidChars().
Definition at line 265 of file iotests.cpp.
void IoTests::testReadFile | ( | ) |
Tests readFile().
Definition at line 415 of file iotests.cpp.
void IoTests::testWriteFile | ( | ) |
Tests writeFile().
Definition at line 445 of file iotests.cpp.