Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::SectionStats Struct Reference

#include <catch_interfaces_reporter.h>

Collaboration diagram for Catch::SectionStats:

Public Member Functions

 SectionStats (SectionInfo const &_sectionInfo, Counts const &_assertions, double _durationInSeconds, bool _missingAssertions)
 
 SectionStats (SectionStats const &)=default
 
 SectionStats (SectionStats &&)=default
 
SectionStatsoperator= (SectionStats const &)=default
 
SectionStatsoperator= (SectionStats &&)=default
 
virtual ~SectionStats ()
 

Public Attributes

SectionInfo sectionInfo
 
Counts assertions
 
double durationInSeconds
 
bool missingAssertions
 

Detailed Description

Definition at line 92 of file catch_interfaces_reporter.h.

Constructor & Destructor Documentation

◆ SectionStats() [1/3]

Catch::SectionStats::SectionStats ( SectionInfo const & _sectionInfo,
Counts const & _assertions,
double _durationInSeconds,
bool _missingAssertions )

Definition at line 55 of file catch_interfaces_reporter.cpp.

59 : sectionInfo( _sectionInfo ),
60 assertions( _assertions ),
61 durationInSeconds( _durationInSeconds ),
62 missingAssertions( _missingAssertions )
63 {}

◆ SectionStats() [2/3]

Catch::SectionStats::SectionStats ( SectionStats const & )
default

◆ SectionStats() [3/3]

Catch::SectionStats::SectionStats ( SectionStats && )
default

◆ ~SectionStats()

Catch::SectionStats::~SectionStats ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

SectionStats & Catch::SectionStats::operator= ( SectionStats && )
default

◆ operator=() [2/2]

SectionStats & Catch::SectionStats::operator= ( SectionStats const & )
default

Member Data Documentation

◆ assertions

Counts Catch::SectionStats::assertions

Definition at line 104 of file catch_interfaces_reporter.h.

◆ durationInSeconds

double Catch::SectionStats::durationInSeconds

Definition at line 105 of file catch_interfaces_reporter.h.

◆ missingAssertions

bool Catch::SectionStats::missingAssertions

Definition at line 106 of file catch_interfaces_reporter.h.

◆ sectionInfo

SectionInfo Catch::SectionStats::sectionInfo

Definition at line 103 of file catch_interfaces_reporter.h.


The documentation for this struct was generated from the following files: