Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::SectionEndInfo Struct Reference

#include <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 file: