C++ Utilities 5.26.1
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. | |
void | testBinaryWriter () |
Tests the most important methods of the BinaryWriter. | |
void | testBitReader () |
Tests the BitReader class. | |
void | testBufferSearch () |
Tests the BufferSearch class. | |
void | testPathUtilities () |
Tests fileName() and removeInvalidChars(). | |
void | testIniFile () |
Tests IniFile. | |
void | testAdvancedIniFile () |
Tests AdvancedIniFile. | |
void | testCopy () |
Tests CopyHelper. | |
void | testCopyWithNativeFileStream () |
Tests CopyHelper in combination with NativeFileStream. | |
void | testReadFile () |
Tests readFile(). | |
void | testWriteFile () |
Tests writeFile(). | |
void | testAnsiEscapeCodes () |
Tests formatting functions of CppUtilities::EscapeCodes namespace. | |
The IoTests class tests classes and functions provided by the files inside the io directory.
Definition at line 66 of file iotests.cpp.
|
override |
Definition at line 114 of file iotests.cpp.
|
override |
Definition at line 118 of file iotests.cpp.
void IoTests::testAdvancedIniFile | ( | ) |
Tests AdvancedIniFile.
Definition at line 426 of file iotests.cpp.
void IoTests::testAnsiEscapeCodes | ( | ) |
Tests formatting functions of CppUtilities::EscapeCodes namespace.
Definition at line 650 of file iotests.cpp.
void IoTests::testBinaryReader | ( | ) |
Tests the most important methods of the BinaryReader.
Definition at line 125 of file iotests.cpp.
void IoTests::testBinaryWriter | ( | ) |
Tests the most important methods of the BinaryWriter.
Definition at line 191 of file iotests.cpp.
void IoTests::testBitReader | ( | ) |
Tests the BitReader class.
Definition at line 295 of file iotests.cpp.
void IoTests::testBufferSearch | ( | ) |
Tests the BufferSearch class.
Definition at line 322 of file iotests.cpp.
void IoTests::testCopy | ( | ) |
Tests CopyHelper.
Definition at line 513 of file iotests.cpp.
void IoTests::testCopyWithNativeFileStream | ( | ) |
Tests CopyHelper in combination with NativeFileStream.
Definition at line 540 of file iotests.cpp.
void IoTests::testIniFile | ( | ) |
Tests IniFile.
Definition at line 385 of file iotests.cpp.
void IoTests::testPathUtilities | ( | ) |
Tests fileName() and removeInvalidChars().
Definition at line 356 of file iotests.cpp.
void IoTests::testReadFile | ( | ) |
Tests readFile().
Definition at line 610 of file iotests.cpp.
void IoTests::testWriteFile | ( | ) |
Tests writeFile().
Definition at line 640 of file iotests.cpp.