This interface defines virtual methods for each of the user-facing overload sets in ServiceControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ServiceControllerClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation for the `ServiceControllerConnection` class, including its various versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `ServiceControllerConnection` class defines virtual methods corresponding to the user-facing overload sets in `ServiceControllerClient`, enabling custom behavior injection for testing."],["You can create a concrete instance of `ServiceControllerConnection` using the `MakeServiceControllerConnection()` function."],["The page includes details on virtual functions like `options()`, `Check()`, and `Report()`, providing information on parameters and return types."],["For testing purposes, a mock version of this class exists called `servicecontrol_v1_mocks::MockServiceControllerConnection`, which is also documented here."]]],[]]