yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
common.h File Reference
#include <optional>
#include <string>
#include "absl/time/time.h"
#include "cli/service/gui/gui_automation_client.h"
Include dependency graph for common.h:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 

Functions

std::string yaze::cli::agent::HarnessAddress (const std::string &host, int port)
 
std::string yaze::cli::agent::JsonEscape (absl::string_view value)
 
std::string yaze::cli::agent::YamlQuote (absl::string_view value)
 
std::string yaze::cli::agent::FormatOptionalTime (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToIso (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToJson (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToYaml (const std::optional< absl::Time > &time)
 
const char * yaze::cli::agent::TestRunStatusToString (TestRunStatus status)
 
bool yaze::cli::agent::IsTerminalStatus (TestRunStatus status)
 
std::optional< TestRunStatusyaze::cli::agent::ParseStatusFilter (absl::string_view value)
 
std::optional< WidgetTypeFilteryaze::cli::agent::ParseWidgetTypeFilter (absl::string_view value)