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` class, which provides an interface for interacting with the `GrafeasClient` in the Container Analysis API."],["The content lists available versions of the `GrafeasConnection` interface, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["`GrafeasConnection` facilitates custom behavior injection for testing purposes, enabling users to implement custom behavior using mock objects."],["The page outlines virtual methods within the `GrafeasConnection` class, such as `GetOccurrence`, `ListOccurrences`, and `CreateNote`, along with their respective parameters and return types."],["The page contains the function `MakeGrafeasConnection()` that can be used to create an instance, and `MockGrafeasConnection` for mocking."]]],[]]