#include <string>#include "absl/status/statusor.h"#include "absl/strings/string_view.h"#include "cli/service/testing/test_suite.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. | |
Functions | |
| absl::StatusOr< TestSuiteDefinition > | yaze::cli::ParseTestSuiteDefinition (absl::string_view content) |
| absl::StatusOr< TestSuiteDefinition > | yaze::cli::LoadTestSuiteFromFile (const std::string &path) |