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

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
 

Detailed Description

Individual assertion outcome within a harness test.

Definition at line 115 of file gui_automation_client.h.

Member Data Documentation

◆ description

std::string yaze::cli::AssertionOutcome::description

◆ passed

bool yaze::cli::AssertionOutcome::passed = false

◆ expected_value

std::string yaze::cli::AssertionOutcome::expected_value

◆ actual_value

std::string yaze::cli::AssertionOutcome::actual_value

◆ error_message

std::string yaze::cli::AssertionOutcome::error_message

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