NorMIT-nav  18.04
An IGT application
Catch::SectionStats Struct Reference

#include <catch.hpp>

Public Member Functions

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

Public Attributes

SectionInfo sectionInfo
 
Counts assertions
 
double durationInSeconds
 
bool missingAssertions
 

Detailed Description

Definition at line 2415 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 2416 of file catch.hpp.

virtual Catch::SectionStats::~SectionStats ( )
virtual

Member Data Documentation

Counts Catch::SectionStats::assertions

Definition at line 2428 of file catch.hpp.

double Catch::SectionStats::durationInSeconds

Definition at line 2429 of file catch.hpp.

bool Catch::SectionStats::missingAssertions

Definition at line 2430 of file catch.hpp.

SectionInfo Catch::SectionStats::sectionInfo

Definition at line 2427 of file catch.hpp.


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