Struct CumulativeReporterBase::SectionNode
Defined in File catch_amalgamated.hpp
Nested Relationships
This struct is a nested type of Class CumulativeReporterBase.
Struct Documentation
-
struct SectionNode
Public Functions
-
inline explicit SectionNode(SectionStats const &_stats)
-
inline bool operator==(SectionNode const &other) const
-
bool hasAnyAssertions() const
Public Members
-
SectionStats stats
-
std::vector<Detail::unique_ptr<SectionNode>> childSections
-
std::vector<Detail::AssertionOrBenchmarkResult> assertionsAndBenchmarks
-
std::string stdOut
-
std::string stdErr
-
inline explicit SectionNode(SectionStats const &_stats)