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

#include <doctest.h>

Data Fields

const TestRunStatsrun_stats = nullptr
 
const TestCaseData ** data = nullptr
 
unsigned num_data = 0
 

Detailed Description

Definition at line 2043 of file doctest.h.

Field Documentation

◆ data

const TestCaseData** doctest::QueryData::data = nullptr

Definition at line 2046 of file doctest.h.

◆ num_data

unsigned doctest::QueryData::num_data = 0

Definition at line 2047 of file doctest.h.

◆ run_stats

const TestRunStats* doctest::QueryData::run_stats = nullptr

Definition at line 2045 of file doctest.h.


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