C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The ChronoTests class tests classes and functions provided by the files inside the chrono directory. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testDateTime () |
Tests most important DateTime features. | |
void | testDateTimeExpression () |
Tests parsing a DateTimeExpression. | |
void | testTimeSpan () |
Tests most important TimeSpan features. | |
void | testOperators () |
Tests operators of DateTime / TimeSpan. | |
void | testPeriod () |
Tests Period. | |
void | testHashing () |
Tests hashing DateTime / TimeSpan by using in a set. | |
The ChronoTests class tests classes and functions provided by the files inside the chrono directory.
Definition at line 70 of file chronotests.cpp.
|
inline |
Definition at line 81 of file chronotests.cpp.
|
inline |
Definition at line 84 of file chronotests.cpp.
void ChronoTests::testDateTime | ( | ) |
Tests most important DateTime features.
Definition at line 101 of file chronotests.cpp.
void ChronoTests::testDateTimeExpression | ( | ) |
Tests parsing a DateTimeExpression.
Checks for the parts in particular.
Definition at line 231 of file chronotests.cpp.
void ChronoTests::testHashing | ( | ) |
Tests hashing DateTime / TimeSpan by using in a set.
Definition at line 408 of file chronotests.cpp.
void ChronoTests::testOperators | ( | ) |
Tests operators of DateTime / TimeSpan.
Definition at line 368 of file chronotests.cpp.
void ChronoTests::testPeriod | ( | ) |
Tests Period.
Definition at line 388 of file chronotests.cpp.
void ChronoTests::testTimeSpan | ( | ) |
Tests most important TimeSpan features.
Definition at line 318 of file chronotests.cpp.