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

Test execution result. More...

#include <test_generation_api.h>

Public Attributes

bool passed
 
std::string test_name
 
double execution_time_ms
 
std::string output
 
std::vector< std::string > failures
 
std::vector< std::string > warnings
 
nlohmann::json coverage_data
 

Detailed Description

Test execution result.

Definition at line 193 of file test_generation_api.h.

Member Data Documentation

◆ passed

bool yaze::cli::automation::TestGenerationAPI::TestResult::passed

Definition at line 194 of file test_generation_api.h.

◆ test_name

std::string yaze::cli::automation::TestGenerationAPI::TestResult::test_name

Definition at line 195 of file test_generation_api.h.

◆ execution_time_ms

double yaze::cli::automation::TestGenerationAPI::TestResult::execution_time_ms

Definition at line 196 of file test_generation_api.h.

◆ output

std::string yaze::cli::automation::TestGenerationAPI::TestResult::output

Definition at line 197 of file test_generation_api.h.

◆ failures

std::vector<std::string> yaze::cli::automation::TestGenerationAPI::TestResult::failures

Definition at line 198 of file test_generation_api.h.

◆ warnings

std::vector<std::string> yaze::cli::automation::TestGenerationAPI::TestResult::warnings

Definition at line 199 of file test_generation_api.h.

◆ coverage_data

nlohmann::json yaze::cli::automation::TestGenerationAPI::TestResult::coverage_data

Definition at line 200 of file test_generation_api.h.


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