[[["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 the `MockExactlyOnceAckHandler` class, a googlemock-based mock used in testing applications that interact with Cloud Pub/Sub."],["The class is a mock implementation of the `pubsub::ExactlyOnceAckHandler::Impl` interface, allowing for testing of the `ack()`, `nack()`, and `delivery_attempt()` functions."],["The page lists numerous versions of the documentation, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, and the `2.22.1` version being the one in focus."],["Each of the three functions `ack()`, `nack()`, and `delivery_attempt()` are implemented using gMock's `MOCK_METHOD()`, and the documentation advises consulting gMock documentation for testing usage."],["There is an example of the usage of the `MockExactlyOnceAckHandler` class to test your Cloud Pub/Sub subscriber application, which can be found in the link provided."]]],[]]