annotateIgnoreUnitTest
Add @IgnoreUnitTest annotation to a PL/SQL method to exclude it from unit test generation. Preview changes before confirming.
Instructions
Insert @IgnoreUnitTest immediately before a method in a .plsql/.plsvc file. Call with confirmed=false first to preview, then confirmed=true to write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Ignore reason, e.g. DMLOperation, NoOutParams, TrivialFunction | |
| confirmed | No | ||
| methodName | Yes | ||
| sourceFile | Yes |