|
rippled
|

Public Types | |
| enum | { max_top = 10 } |
| using | run_time = std::pair< std::string, typename clock_type::duration > |
Public Member Functions | |
| void | add (suite_results const &r) |
Public Attributes | |
| std::size_t | suites = 0 |
| std::size_t | cases = 0 |
| std::size_t | total = 0 |
| std::size_t | failed = 0 |
| std::vector< run_time > | top |
| clock_type::time_point | start = clock_type::now() |
Definition at line 63 of file reporter.h.
| using beast::unit_test::detail::reporter< class >::results::run_time = std::pair<std::string, typename clock_type::duration> |
Definition at line 65 of file reporter.h.
| anonymous enum |
| Enumerator | |
|---|---|
| max_top | |
Definition at line 67 of file reporter.h.
| void beast::unit_test::detail::reporter< _ >::results::add | ( | suite_results const & | r | ) |
Definition at line 133 of file reporter.h.
| std::size_t beast::unit_test::detail::reporter< class >::results::suites = 0 |
Definition at line 69 of file reporter.h.
| std::size_t beast::unit_test::detail::reporter< class >::results::cases = 0 |
Definition at line 70 of file reporter.h.
| std::size_t beast::unit_test::detail::reporter< class >::results::total = 0 |
Definition at line 71 of file reporter.h.
| std::size_t beast::unit_test::detail::reporter< class >::results::failed = 0 |
Definition at line 72 of file reporter.h.
| std::vector<run_time> beast::unit_test::detail::reporter< class >::results::top |
Definition at line 73 of file reporter.h.
| clock_type::time_point beast::unit_test::detail::reporter< class >::results::start = clock_type::now() |
Definition at line 74 of file reporter.h.