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 |
Test execution result.
Definition at line 193 of file test_generation_api.h.
| bool yaze::cli::automation::TestGenerationAPI::TestResult::passed |
Definition at line 194 of file test_generation_api.h.
| std::string yaze::cli::automation::TestGenerationAPI::TestResult::test_name |
Definition at line 195 of file test_generation_api.h.
| double yaze::cli::automation::TestGenerationAPI::TestResult::execution_time_ms |
Definition at line 196 of file test_generation_api.h.
| std::string yaze::cli::automation::TestGenerationAPI::TestResult::output |
Definition at line 197 of file test_generation_api.h.
| std::vector<std::string> yaze::cli::automation::TestGenerationAPI::TestResult::failures |
Definition at line 198 of file test_generation_api.h.
| std::vector<std::string> yaze::cli::automation::TestGenerationAPI::TestResult::warnings |
Definition at line 199 of file test_generation_api.h.
| nlohmann::json yaze::cli::automation::TestGenerationAPI::TestResult::coverage_data |
Definition at line 200 of file test_generation_api.h.