| AnnotateRecording(const std::string &annotation) | yaze::cli::automation::TestGenerationAPI | |
| CheckRequirementsCoverage(const std::string &test_code, const std::vector< std::string > &requirements) | yaze::cli::automation::TestGenerationAPI | |
| CompileTest(const std::string &test_code) const | yaze::cli::automation::TestGenerationAPI | private |
| current_recording_ | yaze::cli::automation::TestGenerationAPI | private |
| ExecuteGeneratedTest(const std::string &test_code, bool compile_only=false) | yaze::cli::automation::TestGenerationAPI | |
| GenerateAssertion(const RecordedInteraction &interaction, TestFramework framework) const | yaze::cli::automation::TestGenerationAPI | private |
| GenerateCoverageReport(const std::vector< TestResult > &test_results) | yaze::cli::automation::TestGenerationAPI | |
| GenerateFixture(app::editor::Editor *editor, const std::string &fixture_name) | yaze::cli::automation::TestGenerationAPI | |
| GenerateMock(const std::string &interface_name, const std::string &mock_name) | yaze::cli::automation::TestGenerationAPI | |
| GenerateRegressionTest(const std::string &bug_description, const std::vector< std::string > &repro_steps, const std::string &expected_behavior, const GenerationOptions &options={}) | yaze::cli::automation::TestGenerationAPI | |
| GenerateTestBody(const RecordingSession &session, const GenerationOptions &options) const | yaze::cli::automation::TestGenerationAPI | private |
| GenerateTestDocumentation(const std::string &test_file, const std::string &format="markdown") | yaze::cli::automation::TestGenerationAPI | |
| GenerateTestFromRecording(const RecordingSession &session, const GenerationOptions &options={}) | yaze::cli::automation::TestGenerationAPI | |
| GenerateTestHeader(const GenerationOptions &options) const | yaze::cli::automation::TestGenerationAPI | private |
| GenerateTestSuite(const TestSpecification &spec, const GenerationOptions &options={}) | yaze::cli::automation::TestGenerationAPI | |
| generation_callback_ | yaze::cli::automation::TestGenerationAPI | private |
| GenerationCallback typedef | yaze::cli::automation::TestGenerationAPI | |
| ImproveTest(const std::string &test_code, const std::vector< std::string > &improvement_goals) | yaze::cli::automation::TestGenerationAPI | |
| is_paused_ | yaze::cli::automation::TestGenerationAPI | private |
| is_recording_ | yaze::cli::automation::TestGenerationAPI | private |
| OrganizeTestSuites(const std::vector< std::string > &test_files) | yaze::cli::automation::TestGenerationAPI | |
| PauseRecording() | yaze::cli::automation::TestGenerationAPI | |
| recording_callback_ | yaze::cli::automation::TestGenerationAPI | private |
| RecordingCallback typedef | yaze::cli::automation::TestGenerationAPI | |
| ResumeRecording() | yaze::cli::automation::TestGenerationAPI | |
| RunTestFile(const std::string &test_file, const std::string &filter="") | yaze::cli::automation::TestGenerationAPI | |
| SetGenerationCallback(GenerationCallback callback) | yaze::cli::automation::TestGenerationAPI | |
| SetRecordingCallback(RecordingCallback callback) | yaze::cli::automation::TestGenerationAPI | |
| StartRecording(const std::string &test_name, bool capture_state=true) | yaze::cli::automation::TestGenerationAPI | |
| StopRecording() | yaze::cli::automation::TestGenerationAPI | |
| SuggestTestCases(const std::string &code_under_test, const std::string &model_name="gemini") | yaze::cli::automation::TestGenerationAPI | |
| TestFramework enum name | yaze::cli::automation::TestGenerationAPI | |
| ValidateTestCode(const std::string &test_code) | yaze::cli::automation::TestGenerationAPI | |