yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
test_suite.h File Reference
#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"
This graph shows which files directly or indirectly include this file:

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 }