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

#include <doctest.h>

Data Fields

int numAssertsCurrentTest
 
int numAssertsFailedCurrentTest
 
double seconds
 
int failure_flags
 
bool testCaseSuccess
 

Detailed Description

Definition at line 2018 of file doctest.h.

Field Documentation

◆ failure_flags

int doctest::CurrentTestCaseStats::failure_flags

Definition at line 2023 of file doctest.h.

◆ numAssertsCurrentTest

int doctest::CurrentTestCaseStats::numAssertsCurrentTest

Definition at line 2020 of file doctest.h.

◆ numAssertsFailedCurrentTest

int doctest::CurrentTestCaseStats::numAssertsFailedCurrentTest

Definition at line 2021 of file doctest.h.

◆ seconds

double doctest::CurrentTestCaseStats::seconds

Definition at line 2022 of file doctest.h.

◆ testCaseSuccess

bool doctest::CurrentTestCaseStats::testCaseSuccess

Definition at line 2024 of file doctest.h.


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