This interface defines virtual methods for each of the user-facing overload sets in GrafeasClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type GrafeasClient.
[[["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-04-17 UTC."],[[["This webpage details the `GrafeasConnection` object, which defines virtual methods for each user-facing overload in `GrafeasClient`, allowing for custom behavior in testing."],["The `GrafeasConnection` interface is part of the container analysis library, with the latest version being `2.37.0-rc`, while version `2.22.1` is the specific focus of the detailed documentation."],["The content contains an extensive list of versions, ranging from `2.11.0` to the latest release candidate `2.37.0-rc`, along with specific links to each version's documentation."],["The `GrafeasConnection` object provides functions like `GetOccurrence`, `ListOccurrences`, `CreateOccurrence`, `DeleteOccurrence`, `UpdateOccurrence`, `GetNote`, `ListNotes`, and several other functions."],["Users can create concrete instances of the object using `MakeGrafeasConnection()`, and mock instances are available via `containeranalysis_v1_mocks::MockGrafeasConnection` for testing."]]],[]]