|
FuncDoodle
|
Represents a single failed or recorded test assertion. More...
#include <Test.h>
Public Attributes | |
| std::string | condition |
| Stringified test condition. | |
| std::string | message |
| Optional failure message. | |
| bool | passed |
| Whether the test passed. | |
Represents a single failed or recorded test assertion.
| std::string FuncDoodle::TestResult::condition |
Stringified test condition.
| std::string FuncDoodle::TestResult::message |
Optional failure message.
| bool FuncDoodle::TestResult::passed |
Whether the test passed.