#include <gui_automation_client.h>
Public Attributes | |
| bool | success = false |
| std::string | message |
| std::string | replay_session_id |
| int | steps_executed = 0 |
| std::vector< AssertionOutcome > | assertions |
| std::vector< std::string > | logs |
Definition at line 142 of file gui_automation_client.h.
| bool yaze::cli::ReplayTestResult::success = false |
Definition at line 143 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ReplayTest().
| std::string yaze::cli::ReplayTestResult::message |
Definition at line 144 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ReplayTest().
| std::string yaze::cli::ReplayTestResult::replay_session_id |
Definition at line 145 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ReplayTest().
| int yaze::cli::ReplayTestResult::steps_executed = 0 |
Definition at line 146 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ReplayTest().
| std::vector<AssertionOutcome> yaze::cli::ReplayTestResult::assertions |
Definition at line 147 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ReplayTest().
| std::vector<std::string> yaze::cli::ReplayTestResult::logs |
Definition at line 148 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ReplayTest().