unitTestRun
Run ABAP Unit tests on an object via the ADT API. The response reports which tests executed and explains why none ran, such as inactive objects or compilation failures.
Instructions
Run ABAP Unit tests for an object. An empty result does not mean the tests passed - it means none ran, and the answer then explains why (inactive object, or an include that does not compile).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the object to test. | |
| flags | No | Which test risk levels and durations to run. Six booleans; a JSON string is accepted too. Omit for the ADT defaults. |