ManaPlus
Public Member Functions | Data Fields
doctest::CurrentTestCaseStats Struct Reference

#include <doctest.h>

Public Member Functions

 CurrentTestCaseStats ()
 
 ~ CurrentTestCaseStats ()
 
 CurrentTestCaseStats (const CurrentTestCaseStats &)=delete
 
CurrentTestCaseStatsoperator= (const CurrentTestCaseStats &)=delete
 

Data Fields

int numAssertsForCurrentTestCase
 
int numAssertsFailedForCurrentTestCase
 
double seconds_so_far
 
int failure_flags
 
String error_string
 
bool should_reenter
 

Detailed Description

Definition at line 1745 of file doctest.h.

Constructor & Destructor Documentation

◆ CurrentTestCaseStats() [1/2]

doctest::CurrentTestCaseStats::CurrentTestCaseStats ( )

◆ ~ CurrentTestCaseStats()

doctest::CurrentTestCaseStats::~ CurrentTestCaseStats ( )

◆ CurrentTestCaseStats() [2/2]

doctest::CurrentTestCaseStats::CurrentTestCaseStats ( const CurrentTestCaseStats )
delete

Member Function Documentation

◆ operator=()

CurrentTestCaseStats& doctest::CurrentTestCaseStats::operator= ( const CurrentTestCaseStats )
delete

Field Documentation

◆ error_string

String doctest::CurrentTestCaseStats::error_string

Definition at line 1751 of file doctest.h.

◆ failure_flags

int doctest::CurrentTestCaseStats::failure_flags

Definition at line 1750 of file doctest.h.

◆ numAssertsFailedForCurrentTestCase

int doctest::CurrentTestCaseStats::numAssertsFailedForCurrentTestCase

Definition at line 1748 of file doctest.h.

◆ numAssertsForCurrentTestCase

int doctest::CurrentTestCaseStats::numAssertsForCurrentTestCase

Definition at line 1747 of file doctest.h.

◆ seconds_so_far

double doctest::CurrentTestCaseStats::seconds_so_far

Definition at line 1749 of file doctest.h.

◆ should_reenter

bool doctest::CurrentTestCaseStats::should_reenter

Definition at line 1752 of file doctest.h.


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