Result container for ListTests RPC. More...
#include <gui_automation_client.h>
Public Attributes | |
std::vector< HarnessTestSummary > | tests |
std::string | next_page_token |
int | total_count = 0 |
Result container for ListTests RPC.
Definition at line 106 of file gui_automation_client.h.
std::vector<HarnessTestSummary> yaze::cli::ListTestsResult::tests |
Definition at line 107 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
std::string yaze::cli::ListTestsResult::next_page_token |
Definition at line 108 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().
int yaze::cli::ListTestsResult::total_count = 0 |
Definition at line 109 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::ListTests().