#include <test_suite.h>

Public Attributes | |
| const TestSuiteDefinition * | suite = nullptr |
| std::vector< TestCaseRunResult > | results |
| absl::Time | started_at = absl::Now() |
| absl::Duration | total_duration = absl::ZeroDuration() |
| int | passed = 0 |
| int | failed = 0 |
| int | errors = 0 |
| int | skipped = 0 |
Definition at line 79 of file test_suite.h.
| const TestSuiteDefinition* yaze::cli::TestSuiteRunSummary::suite = nullptr |
Definition at line 80 of file test_suite.h.
Referenced by yaze::cli::BuildJUnitReport(), and yaze::cli::BuildTextSummary().
| std::vector<TestCaseRunResult> yaze::cli::TestSuiteRunSummary::results |
| absl::Time yaze::cli::TestSuiteRunSummary::started_at = absl::Now() |
Definition at line 82 of file test_suite.h.
Referenced by yaze::cli::BuildJUnitReport(), and yaze::cli::BuildTextSummary().
| absl::Duration yaze::cli::TestSuiteRunSummary::total_duration = absl::ZeroDuration() |
Definition at line 83 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_reporter.cc}::TotalDuration().
| int yaze::cli::TestSuiteRunSummary::passed = 0 |
Definition at line 84 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_reporter.cc}::ComputeSummaryCounters().
| int yaze::cli::TestSuiteRunSummary::failed = 0 |
Definition at line 85 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_reporter.cc}::ComputeSummaryCounters().
| int yaze::cli::TestSuiteRunSummary::errors = 0 |
Definition at line 86 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_reporter.cc}::ComputeSummaryCounters().
| int yaze::cli::TestSuiteRunSummary::skipped = 0 |
Definition at line 87 of file test_suite.h.
Referenced by yaze::cli::anonymous_namespace{test_suite_reporter.cc}::ComputeSummaryCounters().