unitTestEvaluation
Evaluate unit test alerts for a test class, filtering by risk level and duration to identify failures and issues.
Instructions
The evaluation behind a unit-test run, for the alerts a run reported. Prefer runTests, which activates first and reports each failure with its assert message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clas | Yes | A test class as returned by unitTestRun (object, or a JSON string). | |
| flags | No | Which test risk levels and durations to evaluate. Six booleans; a JSON string is accepted too. Omit for the ADT defaults. |