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

#include <catch_interfaces_reporter.h>

Collaboration diagram for Catch::TestGroupStats:

Public Member Functions

 TestGroupStats (GroupInfo const &_groupInfo, Totals const &_totals, bool _aborting)
 
 TestGroupStats (GroupInfo const &_groupInfo)
 
 TestGroupStats (TestGroupStats const &)=default
 
 TestGroupStats (TestGroupStats &&)=default
 
TestGroupStatsoperator= (TestGroupStats const &)=default
 
TestGroupStatsoperator= (TestGroupStats &&)=default
 
virtual ~TestGroupStats ()
 

Public Attributes

GroupInfo groupInfo
 
Totals totals
 
bool aborting
 

Detailed Description

Definition at line 129 of file catch_interfaces_reporter.h.

Constructor & Destructor Documentation

◆ TestGroupStats() [1/4]

Catch::TestGroupStats::TestGroupStats ( GroupInfo const & _groupInfo,
Totals const & _totals,
bool _aborting )

Definition at line 83 of file catch_interfaces_reporter.cpp.

86 : groupInfo( _groupInfo ),
87 totals( _totals ),
88 aborting( _aborting )
89 {}

◆ TestGroupStats() [2/4]

Catch::TestGroupStats::TestGroupStats ( GroupInfo const & _groupInfo)

Definition at line 91 of file catch_interfaces_reporter.cpp.

92 : groupInfo( _groupInfo ),
93 aborting( false )
94 {}

◆ TestGroupStats() [3/4]

Catch::TestGroupStats::TestGroupStats ( TestGroupStats const & )
default

◆ TestGroupStats() [4/4]

Catch::TestGroupStats::TestGroupStats ( TestGroupStats && )
default

◆ ~TestGroupStats()

Catch::TestGroupStats::~TestGroupStats ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ aborting

bool Catch::TestGroupStats::aborting

Definition at line 143 of file catch_interfaces_reporter.h.

◆ groupInfo

GroupInfo Catch::TestGroupStats::groupInfo

Definition at line 141 of file catch_interfaces_reporter.h.

◆ totals

Totals Catch::TestGroupStats::totals

Definition at line 142 of file catch_interfaces_reporter.h.


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