ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

unitTestOccurrenceMarkers

Retrieves unit test occurrence markers from ABAP systems by analyzing source code and object URLs, enabling developers to identify and manage test cases effectively.

Instructions

Retrieves unit test occurrence markers.

Input Schema

NameRequiredDescriptionDefault
sourceYesThe source code.
urlYesThe URL of the object.

Input Schema (JSON Schema)

{ "properties": { "source": { "description": "The source code.", "type": "string" }, "url": { "description": "The URL of the object.", "type": "string" } }, "required": [ "url", "source" ], "type": "object" }
ID: p1uxnf0htn