yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::AutomationResult Struct Reference

Result of a GUI automation action. More...

#include <gui_automation_client.h>

Public Attributes

bool success
 
std::string message
 
std::chrono::milliseconds execution_time
 
std::string actual_value
 
std::string expected_value
 
std::string test_id
 

Detailed Description

Result of a GUI automation action.

Definition at line 50 of file gui_automation_client.h.

Member Data Documentation

◆ success

◆ message

◆ execution_time

◆ actual_value

std::string yaze::cli::AutomationResult::actual_value

Definition at line 54 of file gui_automation_client.h.

Referenced by yaze::cli::GuiAutomationClient::Assert().

◆ expected_value

std::string yaze::cli::AutomationResult::expected_value

Definition at line 55 of file gui_automation_client.h.

Referenced by yaze::cli::GuiAutomationClient::Assert().

◆ test_id


The documentation for this struct was generated from the following file: