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

Aggregated metadata about a harness test. More...

#include <gui_automation_client.h>

Public Attributes

std::string test_id
 
std::string name
 
std::string category
 
std::optional< absl::Time > last_run_at
 
int total_runs = 0
 
int pass_count = 0
 
int fail_count = 0
 
int average_duration_ms = 0
 

Detailed Description

Aggregated metadata about a harness test.

Definition at line 92 of file gui_automation_client.h.

Member Data Documentation

◆ test_id

std::string yaze::cli::HarnessTestSummary::test_id

Definition at line 93 of file gui_automation_client.h.

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

◆ name

std::string yaze::cli::HarnessTestSummary::name

Definition at line 94 of file gui_automation_client.h.

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

◆ category

std::string yaze::cli::HarnessTestSummary::category

Definition at line 95 of file gui_automation_client.h.

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

◆ last_run_at

std::optional<absl::Time> yaze::cli::HarnessTestSummary::last_run_at

Definition at line 96 of file gui_automation_client.h.

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

◆ total_runs

int yaze::cli::HarnessTestSummary::total_runs = 0

Definition at line 97 of file gui_automation_client.h.

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

◆ pass_count

int yaze::cli::HarnessTestSummary::pass_count = 0

Definition at line 98 of file gui_automation_client.h.

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

◆ fail_count

int yaze::cli::HarnessTestSummary::fail_count = 0

Definition at line 99 of file gui_automation_client.h.

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

◆ average_duration_ms

int yaze::cli::HarnessTestSummary::average_duration_ms = 0

Definition at line 100 of file gui_automation_client.h.

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


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