|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_reporter_bases.hpp>

Public Types | |
| using | ChildSections = std::vector<std::shared_ptr<SectionNode>> |
| using | Assertions = std::vector<AssertionStats> |
Public Member Functions | |
| SectionNode (SectionStats const &_stats) | |
| virtual | ~SectionNode ()=default |
| bool | operator== (SectionNode const &other) const |
| bool | operator== (std::shared_ptr< SectionNode > const &other) const |
Public Attributes | |
| SectionStats | stats |
| ChildSections | childSections |
| Assertions | assertions |
| std::string | stdOut |
| std::string | stdErr |
Definition at line 111 of file catch_reporter_bases.hpp.
| using Catch::CumulativeReporterBase< DerivedT >::SectionNode::Assertions = std::vector<AssertionStats> |
Definition at line 124 of file catch_reporter_bases.hpp.
| using Catch::CumulativeReporterBase< DerivedT >::SectionNode::ChildSections = std::vector<std::shared_ptr<SectionNode>> |
Definition at line 123 of file catch_reporter_bases.hpp.
|
inlineexplicit |
Definition at line 112 of file catch_reporter_bases.hpp.
|
virtualdefault |
|
inline |
Definition at line 115 of file catch_reporter_bases.hpp.

|
inline |
Definition at line 118 of file catch_reporter_bases.hpp.

| Assertions Catch::CumulativeReporterBase< DerivedT >::SectionNode::assertions |
Definition at line 126 of file catch_reporter_bases.hpp.
| ChildSections Catch::CumulativeReporterBase< DerivedT >::SectionNode::childSections |
Definition at line 125 of file catch_reporter_bases.hpp.
| SectionStats Catch::CumulativeReporterBase< DerivedT >::SectionNode::stats |
Definition at line 122 of file catch_reporter_bases.hpp.
| std::string Catch::CumulativeReporterBase< DerivedT >::SectionNode::stdErr |
Definition at line 128 of file catch_reporter_bases.hpp.
| std::string Catch::CumulativeReporterBase< DerivedT >::SectionNode::stdOut |
Definition at line 127 of file catch_reporter_bases.hpp.