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

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