Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
doctest::TestRunStats Struct Reference

#include <doctest.h>

Data Fields

unsigned numTestCases
 
unsigned numTestCasesPassingFilters
 
unsigned numTestSuitesPassingFilters
 
unsigned numTestCasesFailed
 
int numAsserts
 
int numAssertsFailed
 

Detailed Description

Definition at line 2033 of file doctest.h.

Field Documentation

◆ numAsserts

int doctest::TestRunStats::numAsserts

Definition at line 2039 of file doctest.h.

◆ numAssertsFailed

int doctest::TestRunStats::numAssertsFailed

Definition at line 2040 of file doctest.h.

◆ numTestCases

unsigned doctest::TestRunStats::numTestCases

Definition at line 2035 of file doctest.h.

◆ numTestCasesFailed

unsigned doctest::TestRunStats::numTestCasesFailed

Definition at line 2038 of file doctest.h.

◆ numTestCasesPassingFilters

unsigned doctest::TestRunStats::numTestCasesPassingFilters

Definition at line 2036 of file doctest.h.

◆ numTestSuitesPassingFilters

unsigned doctest::TestRunStats::numTestSuitesPassingFilters

Definition at line 2037 of file doctest.h.


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