C++ Utilities  5.0.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | List of all members
IoTests Class Reference

The IoTests class tests classes and functions provided by the files inside the io directory. More...

Inheritance diagram for IoTests:
[legend]
Collaboration diagram for IoTests:
[legend]

Public Member Functions

void setUp ()
 
void tearDown ()
 
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 ()
 

Detailed Description

The IoTests class tests classes and functions provided by the files inside the io directory.

Definition at line 41 of file iotests.cpp.

Member Function Documentation

◆ setUp()

void IoTests::setUp ( )

Definition at line 75 of file iotests.cpp.

◆ tearDown()

void IoTests::tearDown ( )

Definition at line 79 of file iotests.cpp.

◆ testAnsiEscapeCodes()

void IoTests::testAnsiEscapeCodes ( )

Definition at line 368 of file iotests.cpp.

◆ testBinaryReader()

void IoTests::testBinaryReader ( )

Tests the most important methods of the BinaryReader.

Definition at line 86 of file iotests.cpp.

◆ testBinaryWriter()

void IoTests::testBinaryWriter ( )

Tests the most important methods of the BinaryWriter.

Definition at line 151 of file iotests.cpp.

◆ testBitReader()

void IoTests::testBitReader ( )

Tests the BitReader.

Definition at line 233 of file iotests.cpp.

◆ testCopy()

void IoTests::testCopy ( )

Tests CopyHelper.

Definition at line 318 of file iotests.cpp.

◆ testIniFile()

void IoTests::testIniFile ( )

Tests IniFile.

Definition at line 277 of file iotests.cpp.

◆ testPathUtilities()

void IoTests::testPathUtilities ( )

Tests fileName() and removeInvalidChars().

Definition at line 260 of file iotests.cpp.

◆ testReadFile()

void IoTests::testReadFile ( )

Tests readFile().

Definition at line 341 of file iotests.cpp.


The documentation for this class was generated from the following file: