#include <doctest.h>
Definition at line 2050 of file doctest.h.
◆ get_active_contexts()
static const IContextScope *const * doctest::IReporter::get_active_contexts |
( |
| ) |
|
|
static |
◆ get_num_active_contexts()
static int doctest::IReporter::get_num_active_contexts |
( |
| ) |
|
|
static |
◆ get_num_stringified_contexts()
static int doctest::IReporter::get_num_stringified_contexts |
( |
| ) |
|
|
static |
◆ get_stringified_contexts()
static const String * doctest::IReporter::get_stringified_contexts |
( |
| ) |
|
|
static |
◆ log_assert()
virtual void doctest::IReporter::log_assert |
( |
const AssertData & | | ) |
|
|
pure virtual |
◆ log_message()
virtual void doctest::IReporter::log_message |
( |
const MessageData & | | ) |
|
|
pure virtual |
◆ report_query()
virtual void doctest::IReporter::report_query |
( |
const QueryData & | | ) |
|
|
pure virtual |
◆ subcase_end()
virtual void doctest::IReporter::subcase_end |
( |
| ) |
|
|
pure virtual |
◆ subcase_start()
◆ test_case_end()
◆ test_case_exception()
◆ test_case_reenter()
virtual void doctest::IReporter::test_case_reenter |
( |
const TestCaseData & | | ) |
|
|
pure virtual |
◆ test_case_skipped()
virtual void doctest::IReporter::test_case_skipped |
( |
const TestCaseData & | | ) |
|
|
pure virtual |
◆ test_case_start()
virtual void doctest::IReporter::test_case_start |
( |
const TestCaseData & | | ) |
|
|
pure virtual |
◆ test_run_end()
virtual void doctest::IReporter::test_run_end |
( |
const TestRunStats & | | ) |
|
|
pure virtual |
◆ test_run_start()
virtual void doctest::IReporter::test_run_start |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: