|
rippled
|
Holds the result of evaluating one test condition. More...
#include <results.h>

Public Member Functions | |
| test (bool pass_) | |
| test (bool pass_, std::string const &reason_) | |
Public Attributes | |
| bool | pass |
| std::string | reason |
|
explicit |
| beast::unit_test::case_results::test::test | ( | bool | pass_, |
| std::string const & | reason_ | ||
| ) |
| std::string beast::unit_test::case_results::test::reason |