#include <test_suite.h>

Public Attributes | |
| const TestCaseDefinition * | test = nullptr |
| const TestGroupDefinition * | group = nullptr |
| TestCaseOutcome | outcome = TestCaseOutcome::kError |
| absl::Time | start_time = absl::InfinitePast() |
| absl::Duration | duration = absl::ZeroDuration() |
| int | attempts = 0 |
| int | retries = 0 |
| std::string | message |
| std::string | replay_session_id |
| std::vector< AssertionOutcome > | assertions |
| std::vector< std::string > | logs |
Definition at line 65 of file test_suite.h.
| const TestCaseDefinition* yaze::cli::TestCaseRunResult::test = nullptr |
Definition at line 66 of file test_suite.h.
| const TestGroupDefinition* yaze::cli::TestCaseRunResult::group = nullptr |
Definition at line 67 of file test_suite.h.
| TestCaseOutcome yaze::cli::TestCaseRunResult::outcome = TestCaseOutcome::kError |
Definition at line 68 of file test_suite.h.
| absl::Time yaze::cli::TestCaseRunResult::start_time = absl::InfinitePast() |
Definition at line 69 of file test_suite.h.
| absl::Duration yaze::cli::TestCaseRunResult::duration = absl::ZeroDuration() |
Definition at line 70 of file test_suite.h.
| int yaze::cli::TestCaseRunResult::attempts = 0 |
Definition at line 71 of file test_suite.h.
| int yaze::cli::TestCaseRunResult::retries = 0 |
Definition at line 72 of file test_suite.h.
| std::string yaze::cli::TestCaseRunResult::message |
Definition at line 73 of file test_suite.h.
| std::string yaze::cli::TestCaseRunResult::replay_session_id |
Definition at line 74 of file test_suite.h.
| std::vector<AssertionOutcome> yaze::cli::TestCaseRunResult::assertions |
Definition at line 75 of file test_suite.h.
| std::vector<std::string> yaze::cli::TestCaseRunResult::logs |
Definition at line 76 of file test_suite.h.