|
Wire Sysio Wire Sysion 1.0.0
|
#include "catch_section_info.h"#include "catch_common.h"#include "catch_config.hpp"#include "catch_totals.h"#include "catch_test_case_info.h"#include "catch_assertionresult.h"#include "catch_message.h"#include "catch_option.hpp"#include "catch_stringref.h"#include <string>#include <iosfwd>#include <map>#include <set>#include <memory>

Go to the source code of this file.
Classes | |
| struct | Catch::ReporterConfig |
| struct | Catch::ReporterPreferences |
| struct | Catch::LazyStat< T > |
| struct | Catch::TestRunInfo |
| struct | Catch::GroupInfo |
| struct | Catch::AssertionStats |
| struct | Catch::SectionStats |
| struct | Catch::TestCaseStats |
| struct | Catch::TestGroupStats |
| struct | Catch::TestRunStats |
| struct | Catch::BenchmarkInfo |
| struct | Catch::BenchmarkStats |
| struct | Catch::IStreamingReporter |
| struct | Catch::IReporterFactory |
| struct | Catch::IReporterRegistry |
Namespaces | |
| namespace | Catch |
Typedefs | |
| using | Catch::IStreamingReporterPtr = std::unique_ptr<IStreamingReporter> |