C++ Utilities
4.8.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
The ChronoTests class tests classes and methods of the ChronoUtilities namespace. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testDateTime () |
Tests most important DateTime features. More... | |
void | testTimeSpan () |
Tests most important TimeSpan features. More... | |
void | testOperators () |
Tests operators of DateTime / TimeSpan. More... | |
void | testHashing () |
Tests hashing DateTime / TimeSpan by using in a set. More... | |
The ChronoTests class tests classes and methods of the ChronoUtilities namespace.
Definition at line 23 of file chronotests.cpp.
|
inline |
Definition at line 32 of file chronotests.cpp.
|
inline |
Definition at line 35 of file chronotests.cpp.
void ChronoTests::testDateTime | ( | ) |
Tests most important DateTime features.
Definition at line 50 of file chronotests.cpp.
void ChronoTests::testHashing | ( | ) |
Tests hashing DateTime / TimeSpan by using in a set.
Definition at line 130 of file chronotests.cpp.
void ChronoTests::testOperators | ( | ) |
Tests operators of DateTime / TimeSpan.
Definition at line 114 of file chronotests.cpp.
void ChronoTests::testTimeSpan | ( | ) |
Tests most important TimeSpan features.
Definition at line 92 of file chronotests.cpp.