souffle
2.0.2-371-g6315b36
|
Checks condition. More...
#include <test.h>
Public Member Functions | |
operator bool () const | |
test_result (bool success, std::ostream &out) | |
~test_result () | |
Data Fields | |
std::ostream & | out |
bool | success |
Checks condition.
checks whether condition holds and update counters.
|
inline |
|
inline |
|
inline |
std::ostream& TestCase::test_result::out |
Definition at line 97 of file test.h.
Referenced by ~test_result().
bool TestCase::test_result::success |
Definition at line 96 of file test.h.
Referenced by operator bool(), and ~test_result().