ABAP-ADT-API MCP-Server

unitTestRun

Execute unit tests for ABAP objects by specifying the object URL and optional flags, ensuring code reliability and compliance within ABAP development workflows.

Instructions

Runs unit tests.

Input Schema

NameRequiredDescriptionDefault
flagsNoFlags for the unit test run.
urlYesThe URL of the object to test.

Input Schema (JSON Schema)

{ "properties": { "flags": { "description": "Flags for the unit test run.", "optional": true, "type": "string" }, "url": { "description": "The URL of the object to test.", "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: p1uxnf0htn