This interface defines virtual methods for each of the user-facing overload sets in WebSecurityScannerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type WebSecurityScannerClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page details the `WebSecurityScannerConnection` object, which acts as an interface for the `WebSecurityScannerClient` in version 2.15.1, and allows the injection of custom behaviors for testing."],["It lists multiple versions of the `WebSecurityScannerConnection` class, ranging from version 2.37.0-rc (latest) down to version 2.11.0, each with their respective documentation links."],["The document describes various virtual methods for managing scan configurations and scan runs, such as `CreateScanConfig`, `DeleteScanConfig`, `StartScanRun`, and `StopScanRun`."],["The `WebSecurityScannerConnection` interface offers functions to access information, including `ListScanConfigs`, `ListScanRuns`, `ListCrawledUrls`, `GetFinding`, `ListFindings` and `ListFindingTypeStats`."],["Users can create concrete instances using `MakeWebSecurityScannerConnection()` or use `MockWebSecurityScannerConnection` for mocking purposes."]]],[]]