[[["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 provides documentation for `MockSubscriberConnection`, a googlemock-based mock for `pubsub::SubscriberConnection` in the Google Cloud Pub/Sub C++ library."],["The latest version available is 2.37.0-rc, and the page lists multiple historical versions of the library, going back to 2.11.0."],["The `MockSubscriberConnection` class facilitates testing of Cloud Pub/Sub subscriber applications with googlemock, as demonstrated in the \"Testing your Cloud Pub/Sub subscriber application with googlemock\" example."],["The class defines and implements four virtual functions using gMock's `MOCK_METHOD()`: `Subscribe`, `ExactlyOnceSubscribe`, `Pull`, and `options`, and each are documented with their parameter and return types."],["The functions `Subscribe`, `ExactlyOnceSubscribe`, `Pull`, and `options` are implemented with `gmock`, users should refer to the documentation to use them."]]],[]]