Class GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsTestsItems

A test case associated with a static analysis rule, containing the source code and expected annotation count.

Hierarchy

  • GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsTestsItems

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 annotations (findings) the rule should produce when run 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