yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::automation::TestGenerationAPI Member List

This is the complete list of members for yaze::cli::automation::TestGenerationAPI, including all inherited members.

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) constyaze::cli::automation::TestGenerationAPIprivate
current_recording_yaze::cli::automation::TestGenerationAPIprivate
ExecuteGeneratedTest(const std::string &test_code, bool compile_only=false)yaze::cli::automation::TestGenerationAPI
GenerateAssertion(const RecordedInteraction &interaction, TestFramework framework) constyaze::cli::automation::TestGenerationAPIprivate
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) constyaze::cli::automation::TestGenerationAPIprivate
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) constyaze::cli::automation::TestGenerationAPIprivate
GenerateTestSuite(const TestSpecification &spec, const GenerationOptions &options={})yaze::cli::automation::TestGenerationAPI
generation_callback_yaze::cli::automation::TestGenerationAPIprivate
GenerationCallback typedefyaze::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::TestGenerationAPIprivate
is_recording_yaze::cli::automation::TestGenerationAPIprivate
OrganizeTestSuites(const std::vector< std::string > &test_files)yaze::cli::automation::TestGenerationAPI
PauseRecording()yaze::cli::automation::TestGenerationAPI
recording_callback_yaze::cli::automation::TestGenerationAPIprivate
RecordingCallback typedefyaze::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 nameyaze::cli::automation::TestGenerationAPI
ValidateTestCode(const std::string &test_code)yaze::cli::automation::TestGenerationAPI