kblib 0.2.3
General utilities library for modern C++
Catch::SectionEndInfo Struct Reference

#include <catch/catch.hpp>

Collaboration diagram for Catch::SectionEndInfo:

Public Attributes

SectionInfo sectionInfo
 
Counts prevAssertions
 
double durationInSeconds
 

Detailed Description

Definition at line 2876 of file catch.hpp.

Member Data Documentation

◆ durationInSeconds

double Catch::SectionEndInfo::durationInSeconds

Definition at line 2879 of file catch.hpp.

◆ prevAssertions

Counts Catch::SectionEndInfo::prevAssertions

Definition at line 2878 of file catch.hpp.

◆ sectionInfo

SectionInfo Catch::SectionEndInfo::sectionInfo

Definition at line 2877 of file catch.hpp.


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