[[["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 `MockExactlyOnceAckHandler` class, a mock implementation used for testing Google Cloud Pub/Sub subscriber applications."],["The `MockExactlyOnceAckHandler` class is available in multiple versions, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["The mock class provides virtual implementations for `ack()`, `nack()`, and `delivery_attempt()` functions, which are part of the `ExactlyOnceAckHandler` interface."],["The functions within `MockExactlyOnceAckHandler` are built using Google Mock's `MOCK_METHOD()` allowing for customizable behavior during testing."],["A practical example of using the `MockExactlyOnceAckHandler` in tests can be found in the \"Testing your Cloud Pub/Sub subscriber application with googlemock\" guide."]]],[]]