Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageConflicts found in test cases of endpoint.
CodeAPIMATICCODEGEN_V161
TypeValidation
Rule SystemSemantic
Broad CategoryTest Cases
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic 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.

For More Information