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

Public Member Functions

 case_results (std::string name_="")
 

Public Attributes

std::string name
 
std::size_t total = 0
 
std::size_t failed = 0
 

Detailed Description

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

Definition at line 36 of file reporter.h.

Constructor & Destructor Documentation

◆ case_results()

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

Definition at line 42 of file reporter.h.

Member Data Documentation

◆ name

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

Definition at line 38 of file reporter.h.

◆ total

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

Definition at line 39 of file reporter.h.

◆ failed

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

Definition at line 40 of file reporter.h.