A test case of a forwarded static analysis rule.

Hierarchy

  • AnalysisRequestRuleTest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
annotationCount?: number

The expected number of findings the rule should produce against the test code.

code?: string

The source code snippet used as input for the rule test.

filename?: string

The filename associated with the test code snippet.

Generated using TypeDoc