rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
beast::unit_test::detail::reporter< class >::suite_results Struct Reference
Collaboration diagram for beast::unit_test::detail::reporter< class >::suite_results:
Collaboration graph
[legend]

Public Member Functions

 suite_results (std::string name_="")
 
void add (case_results const &r)
 

Public Attributes

std::string name
 
std::size_t cases = 0
 
std::size_t total = 0
 
std::size_t failed = 0
 
clock_type::time_point start = clock_type::now()
 

Detailed Description

template<class = void>
struct beast::unit_test::detail::reporter< class >::suite_results

Definition at line 47 of file reporter.h.

Constructor & Destructor Documentation

◆ suite_results()

template<class = void>
beast::unit_test::detail::reporter< class >::suite_results::suite_results ( std::string  name_ = "")
explicit

Definition at line 55 of file reporter.h.

Member Function Documentation

◆ add()

template<class _ >
void beast::unit_test::detail::reporter< _ >::suite_results::add ( case_results const &  r)

Definition at line 124 of file reporter.h.

Member Data Documentation

◆ name

template<class = void>
std::string beast::unit_test::detail::reporter< class >::suite_results::name

Definition at line 49 of file reporter.h.

◆ cases

template<class = void>
std::size_t beast::unit_test::detail::reporter< class >::suite_results::cases = 0

Definition at line 50 of file reporter.h.

◆ total

template<class = void>
std::size_t beast::unit_test::detail::reporter< class >::suite_results::total = 0

Definition at line 51 of file reporter.h.

◆ failed

template<class = void>
std::size_t beast::unit_test::detail::reporter< class >::suite_results::failed = 0

Definition at line 52 of file reporter.h.

◆ start

template<class = void>
clock_type::time_point beast::unit_test::detail::reporter< class >::suite_results::start = clock_type::now()

Definition at line 53 of file reporter.h.