#include <doctest.h>
Definition at line 1771 of file doctest.h.
◆ ~IReporter()
virtual doctest::IReporter::~IReporter |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ subcase_end()
◆ subcase_start()
◆ test_case_end()
◆ 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 |
( |
const ContextOptions & |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: