non-conflicting-test-case-names
Overview
This rule belongs to the apimatic-post-processing-codegen-validation ruleset and states that:
If conflicts are observed in test case names, they may be renamed to avoid code generation issues.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | Test case was renamed to avoid code generation conflicts. |
| Code | APIMATICPOSTPROCESSCODEGEN_V003 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Endpoints |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic postprocessing code generation validation name test case endpoint |
Suggested Fixes
- Names are compared in a case-insensitive manner to prevent code generation issues.
- Uniquely name your test cases to avoid this issue.