Individual assertion outcome within a harness test. More...
#include <gui_automation_client.h>
Public Attributes | |
std::string | description |
bool | passed = false |
std::string | expected_value |
std::string | actual_value |
std::string | error_message |
Individual assertion outcome within a harness test.
Definition at line 115 of file gui_automation_client.h.
std::string yaze::cli::AssertionOutcome::description |
Definition at line 116 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::GetTestResults(), and yaze::cli::GuiAutomationClient::ReplayTest().
bool yaze::cli::AssertionOutcome::passed = false |
Definition at line 117 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::GetTestResults(), and yaze::cli::GuiAutomationClient::ReplayTest().
std::string yaze::cli::AssertionOutcome::expected_value |
Definition at line 118 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::GetTestResults(), and yaze::cli::GuiAutomationClient::ReplayTest().
std::string yaze::cli::AssertionOutcome::actual_value |
Definition at line 119 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::GetTestResults(), and yaze::cli::GuiAutomationClient::ReplayTest().
std::string yaze::cli::AssertionOutcome::error_message |
Definition at line 120 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::GetTestResults(), and yaze::cli::GuiAutomationClient::ReplayTest().