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

Result container for ListTests RPC. More...

#include <gui_automation_client.h>

Public Attributes

std::vector< HarnessTestSummarytests
 
std::string next_page_token
 
int total_count = 0
 

Detailed Description

Result container for ListTests RPC.

Definition at line 106 of file gui_automation_client.h.

Member Data Documentation

◆ tests

std::vector<HarnessTestSummary> yaze::cli::ListTestsResult::tests

Definition at line 107 of file gui_automation_client.h.

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

◆ next_page_token

std::string yaze::cli::ListTestsResult::next_page_token

Definition at line 108 of file gui_automation_client.h.

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

◆ total_count

int yaze::cli::ListTestsResult::total_count = 0

Definition at line 109 of file gui_automation_client.h.

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


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