[[["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-14 UTC."],[[["This webpage provides documentation for the `MockBlockingPublisherConnection` class, a googlemock-based mock for testing `pubsub::BlockingPublisherConnection`."],["The latest release candidate for this class is version 2.37.0-rc, with a detailed list of past versions provided, including version 2.27.0."],["The `MockBlockingPublisherConnection` class provides virtual functions like `Publish(PublishParams)` and `options()` which are implemented using gMock's `MOCK_METHOD()` for testing."],["The `Publish(PublishParams)` function mirrors `BlockingPublisher::Publish()` and returns a `StatusOr\u003c std::string \u003e`, and the `options()` returns `Options` which are configured at initialization."],["There is a provided example on testing Cloud Pub/Sub publisher applications with googlemock that showcases the usage of this class."]]],[]]