This interface defines virtual methods for each of the user-facing overload sets in Controller2Client. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type Controller2Client.
[[["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-05 UTC."],[[["The `Controller2Connection` object provides an interface with virtual methods for each user-facing overload set in `Controller2Client`."],["This interface enables users to incorporate custom behaviors, such as using Google Mock objects, for testing `Controller2Client` objects."],["You can generate a concrete instance of `Controller2Connection` using the `MakeController2Connection()` function."],["For mocking purposes, utilize `debugger_v2_mocks::MockController2Connection`."],["`Controller2Connection` includes virtual functions for operations like `options()`, `RegisterDebuggee`, `ListActiveBreakpoints`, and `UpdateActiveBreakpoint`."]]],[]]