|
xrpld
|
Holds a set of test condition outcomes in a testcase. More...
#include <results.h>

Classes | |
| struct | Test |
| Holds the result of evaluating one test condition. More... | |
| class | TestsT |
| class | LogT |
Public Member Functions | |
| CaseResults (std::string name="") | |
| std::string const & | name () const |
| Returns the name of this testcase. | |
Public Attributes | |
| TestsT | tests |
| Memberspace for a container of test condition outcomes. | |
| LogT | log |
| Memberspace for a container of testcase log messages. | |
Private Attributes | |
| std::string | name_ |
|
explicit |
|
nodiscard |
|
private |
| TestsT beast::unit_test::CaseResults::tests |