#include <map>
#include <string>
#include <vector>
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "cli/service/gui/gui_automation_client.h"
Go to the source code of this file.
Classes | |
struct | yaze::cli::TestSuiteConfig |
struct | yaze::cli::TestCaseDefinition |
struct | yaze::cli::TestGroupDefinition |
struct | yaze::cli::TestSuiteDefinition |
struct | yaze::cli::TestCaseRunResult |
struct | yaze::cli::TestSuiteRunSummary |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::cli |
Namespace for the command line interface. | |
Enumerations | |
enum class | yaze::cli::TestCaseOutcome { yaze::cli::kPassed , yaze::cli::kFailed , yaze::cli::kError , yaze::cli::kSkipped } |