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

#include <catch_interfaces_reporter.h>

Collaboration diagram for Catch::TestCaseStats:

Public Member Functions

 TestCaseStats (TestCaseInfo const &_testInfo, Totals const &_totals, std::string const &_stdOut, std::string const &_stdErr, bool _aborting)
 
 TestCaseStats (TestCaseStats const &)=default
 
 TestCaseStats (TestCaseStats &&)=default
 
TestCaseStatsoperator= (TestCaseStats const &)=default
 
TestCaseStatsoperator= (TestCaseStats &&)=default
 
virtual ~TestCaseStats ()
 

Public Attributes

TestCaseInfo testInfo
 
Totals totals
 
std::string stdOut
 
std::string stdErr
 
bool aborting
 

Detailed Description

Definition at line 109 of file catch_interfaces_reporter.h.

Constructor & Destructor Documentation

◆ TestCaseStats() [1/3]

Catch::TestCaseStats::TestCaseStats ( TestCaseInfo const & _testInfo,
Totals const & _totals,
std::string const & _stdOut,
std::string const & _stdErr,
bool _aborting )

Definition at line 68 of file catch_interfaces_reporter.cpp.

73 : testInfo( _testInfo ),
74 totals( _totals ),
75 stdOut( _stdOut ),
76 stdErr( _stdErr ),
77 aborting( _aborting )
78 {}

◆ TestCaseStats() [2/3]

Catch::TestCaseStats::TestCaseStats ( TestCaseStats const & )
default

◆ TestCaseStats() [3/3]

Catch::TestCaseStats::TestCaseStats ( TestCaseStats && )
default

◆ ~TestCaseStats()

Catch::TestCaseStats::~TestCaseStats ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ aborting

bool Catch::TestCaseStats::aborting

Definition at line 126 of file catch_interfaces_reporter.h.

◆ stdErr

std::string Catch::TestCaseStats::stdErr

Definition at line 125 of file catch_interfaces_reporter.h.

◆ stdOut

std::string Catch::TestCaseStats::stdOut

Definition at line 124 of file catch_interfaces_reporter.h.

◆ testInfo

TestCaseInfo Catch::TestCaseStats::testInfo

Definition at line 122 of file catch_interfaces_reporter.h.

◆ totals

Totals Catch::TestCaseStats::totals

Definition at line 123 of file catch_interfaces_reporter.h.


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