mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
added assertFalse
This commit is contained in:
parent
8b7f3196d8
commit
57a07ca171
1 changed files with 3 additions and 0 deletions
|
@ -196,6 +196,9 @@ inline std::string TestCase::toString ()
|
|||
#define assertTrue(condition)\
|
||||
(this->assertImplementation ((condition),(#condition),\
|
||||
__LINE__, __FILE__))
|
||||
#define assertFalse(condition)\
|
||||
(this->assertImplementation (!(condition),(#condition),\
|
||||
__LINE__, __FILE__))
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue