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

#include <catch_interfaces_reporter.h>

Collaboration diagram for Catch::GroupInfo:

Public Member Functions

 GroupInfo (std::string const &_name, std::size_t _groupIndex, std::size_t _groupsCount)
 

Public Attributes

std::string name
 
std::size_t groupIndex
 
std::size_t groupsCounts
 

Detailed Description

Definition at line 66 of file catch_interfaces_reporter.h.

Constructor & Destructor Documentation

◆ GroupInfo()

Catch::GroupInfo::GroupInfo ( std::string const & _name,
std::size_t _groupIndex,
std::size_t _groupsCount )

Definition at line 25 of file catch_interfaces_reporter.cpp.

28 : name( _name ),
29 groupIndex( _groupIndex ),
30 groupsCounts( _groupsCount )
31 {}

Member Data Documentation

◆ groupIndex

std::size_t Catch::GroupInfo::groupIndex

Definition at line 72 of file catch_interfaces_reporter.h.

◆ groupsCounts

std::size_t Catch::GroupInfo::groupsCounts

Definition at line 73 of file catch_interfaces_reporter.h.

◆ name

std::string Catch::GroupInfo::name

Definition at line 71 of file catch_interfaces_reporter.h.


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