non-conflicting-test-case-name
Overview
This rule belongs to the apimatic-codegen-validation
ruleset and states that:
Names of test cases of an endpoint must not contain any conflicts.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Conflicts found in test cases of endpoint. |
Code | APIMATICCODEGEN_V161 |
Type | Validation |
Rule System | Semantic |
Broad Category | Test Cases |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic 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.
- Disable the conflicting test cases by turning off the
Enabled
flag.