ABAP-ADT-API MCP-Server

unitTestEvaluation

Evaluate unit test results for specific ABAP classes using customizable flags to enhance code quality and ensure reliable functionality within the ABAP-ADT-API MCP-Server environment.

Instructions

Evaluates unit test results.

Input Schema

NameRequiredDescriptionDefault
clasYesThe class to evaluate.
flagsNoFlags for the unit test evaluation.

Input Schema (JSON Schema)

{ "properties": { "clas": { "description": "The class to evaluate.", "type": "string" }, "flags": { "description": "Flags for the unit test evaluation.", "optional": true, "type": "string" } }, "required": [ "clas" ], "type": "object" }
ID: p1uxnf0htn