Application developers may want to test their code with simulated responses, including errors, from an object of type UserEventServiceClient. To do so, construct an object of type UserEventServiceClient with an instance of this class. Then use the Google Test framework functions to program the behavior of this mock.
See Also
This example for how to test your application with GoogleTest. While the example showcases types from the BigQuery library, the underlying principles apply for any pair of *Client and *Connection.
Functions
virtual options()
This function is implemented using gMock's MOCK_METHOD().
Consult the gMock documentation to use this mock in your tests.
[[["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."],[[["This webpage details the `MockUserEventServiceConnection` class, which is designed for application developers to test code with simulated responses from a `UserEventServiceClient`, including error simulations."],["The class is a mock version of `UserEventServiceConnection` and utilizes the Google Test framework's gMock to program the behavior of this mock in tests."],["The page provides links to documentation for a wide range of versions, from the latest release candidate version of `2.37.0-rc` down to version `2.11.0`, allowing users to access details for specific updates."],["Key functions within the class, such as `options()`, `WriteUserEvent()`, `CollectUserEvent()`, `PurgeUserEvents()`, `ImportUserEvents()`, and `RejoinUserEvents()`, are documented, each leveraging gMock's `MOCK_METHOD()` for implementation and offering parameters and return types."],["An example showcasing testing with GoogleTest, primarily using BigQuery library types, is provided to help users understand how to apply these testing principles with any `*Client` and `*Connection` pair."]]],[]]