checkUnitTestability
Analyze IFS PL/SQL source files to identify unit testable functions and procedures, and generate @IgnoreUnitTest annotations for non-testable methods.
Instructions
Analyze an IFS .plsql or .plsvc source file and determine whether each function/procedure is unit testable with pltst. Returns suggested @IgnoreUnitTest annotations when not testable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| methodName | No | Optional single method to analyze | |
| sourceFile | Yes | Absolute path to the .plsql or .plsvc source file |