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"]],[["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 latest stable release is version 2.36.0, with a release candidate available as version 2.37.0-rc, while the current documentation is for version 2.29.0."],["The `ServiceControllerConnection` object is the connection used for the `ServiceControllerClient`."],["This interface allows for custom behavior in tests using objects of type `ServiceControllerClient`, with the use of methods that define each of the user-facing overload sets."],["`ServiceControllerConnection` provides virtual methods like `options()`, `Check()`, and `Report()` for managing service interactions."],["A concrete instance of the connection can be created with `MakeServiceControllerConnection()` and `servicecontrol_v2_mocks::MockServiceControllerConnection` is available for mocking."]]],[]]