yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::TestCaseRunResult Struct Reference

#include <test_suite.h>

Collaboration diagram for yaze::cli::TestCaseRunResult:

Public Attributes

const TestCaseDefinitiontest = nullptr
 
const TestGroupDefinitiongroup = nullptr
 
TestCaseOutcome outcome = TestCaseOutcome::kError
 
absl::Time start_time = absl::InfinitePast()
 
absl::Duration duration = absl::ZeroDuration()
 
int attempts = 0
 
int retries = 0
 
std::string message
 
std::string replay_session_id
 
std::vector< AssertionOutcomeassertions
 
std::vector< std::string > logs
 

Detailed Description

Definition at line 65 of file test_suite.h.

Member Data Documentation

◆ test

const TestCaseDefinition* yaze::cli::TestCaseRunResult::test = nullptr

Definition at line 66 of file test_suite.h.

◆ group

const TestGroupDefinition* yaze::cli::TestCaseRunResult::group = nullptr

Definition at line 67 of file test_suite.h.

◆ outcome

TestCaseOutcome yaze::cli::TestCaseRunResult::outcome = TestCaseOutcome::kError

Definition at line 68 of file test_suite.h.

◆ start_time

absl::Time yaze::cli::TestCaseRunResult::start_time = absl::InfinitePast()

Definition at line 69 of file test_suite.h.

◆ duration

absl::Duration yaze::cli::TestCaseRunResult::duration = absl::ZeroDuration()

Definition at line 70 of file test_suite.h.

◆ attempts

int yaze::cli::TestCaseRunResult::attempts = 0

Definition at line 71 of file test_suite.h.

◆ retries

int yaze::cli::TestCaseRunResult::retries = 0

Definition at line 72 of file test_suite.h.

◆ message

std::string yaze::cli::TestCaseRunResult::message

Definition at line 73 of file test_suite.h.

◆ replay_session_id

std::string yaze::cli::TestCaseRunResult::replay_session_id

Definition at line 74 of file test_suite.h.

◆ assertions

std::vector<AssertionOutcome> yaze::cli::TestCaseRunResult::assertions

Definition at line 75 of file test_suite.h.

◆ logs

std::vector<std::string> yaze::cli::TestCaseRunResult::logs

Definition at line 76 of file test_suite.h.


The documentation for this struct was generated from the following file: