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

Public Member Functions | |
| Test (bool pass) | |
| Test (bool pass, std::string reason) | |
Public Attributes | |
| bool | pass |
| std::string | reason |
|
explicit |
| beast::unit_test::CaseResults::Test::Test | ( | bool | pass, |
| std::string | reason ) |
| std::string beast::unit_test::CaseResults::Test::reason |