mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Added new "is" method for double-precision floating point comparison, with tolerance value.
This commit is contained in:
parent
9429c96172
commit
2bee2f4aa5
2 changed files with 32 additions and 2 deletions
|
@ -44,7 +44,8 @@ public:
|
|||
void is (size_t, size_t, const std::string&);
|
||||
void is (int, int, const std::string&);
|
||||
void is (double, double, const std::string&);
|
||||
void is (char, char, const std::string&);
|
||||
void is (double, double, double, const std::string&);
|
||||
void is (unsigned char, unsigned char, const std::string&);
|
||||
void is (const std::string&, const std::string&, const std::string&);
|
||||
void is (const char*, const char*, const std::string&);
|
||||
void diag (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue