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

#include <gui_automation_client.h>

Public Attributes

bool success = false
 
std::string message
 
std::string replay_session_id
 
int steps_executed = 0
 
std::vector< AssertionOutcomeassertions
 
std::vector< std::string > logs
 

Detailed Description

Definition at line 142 of file gui_automation_client.h.

Member Data Documentation

◆ success

bool yaze::cli::ReplayTestResult::success = false

Definition at line 143 of file gui_automation_client.h.

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

◆ message

std::string yaze::cli::ReplayTestResult::message

Definition at line 144 of file gui_automation_client.h.

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

◆ replay_session_id

std::string yaze::cli::ReplayTestResult::replay_session_id

Definition at line 145 of file gui_automation_client.h.

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

◆ steps_executed

int yaze::cli::ReplayTestResult::steps_executed = 0

Definition at line 146 of file gui_automation_client.h.

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

◆ assertions

std::vector<AssertionOutcome> yaze::cli::ReplayTestResult::assertions

Definition at line 147 of file gui_automation_client.h.

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

◆ logs

std::vector<std::string> yaze::cli::ReplayTestResult::logs

Definition at line 148 of file gui_automation_client.h.

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


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