#include <chrono>#include <functional>#include <memory>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "app/editor/editor.h"#include "nlohmann/json.hpp"Go to the source code of this file.
Classes | |
| class | yaze::cli::automation::TestGenerationAPI |
| API for automated test generation and execution. More... | |
| struct | yaze::cli::automation::TestGenerationAPI::RecordedInteraction |
| Recorded interaction for test generation. More... | |
| struct | yaze::cli::automation::TestGenerationAPI::RecordingSession |
| Test recording session. More... | |
| struct | yaze::cli::automation::TestGenerationAPI::GenerationOptions |
| Options for test generation. More... | |
| struct | yaze::cli::automation::TestGenerationAPI::TestSpecification |
| Generate test from specification. More... | |
| struct | yaze::cli::automation::TestGenerationAPI::TestResult |
| Test execution result. More... | |
| struct | yaze::cli::automation::TestGenerationAPI::CoverageReport |
| Coverage report for tested code. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::automation |