Application developers may want to test their code with simulated responses, including errors, from an object of type DocumentServiceClient. To do so, construct an object of type DocumentServiceClient 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-08-14 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eMockDocumentServiceConnection\u003c/code\u003e class, which is designed to facilitate testing of code that interacts with \u003ccode\u003eDocumentServiceClient\u003c/code\u003e by simulating responses and potential errors.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eMockDocumentServiceConnection\u003c/code\u003e class is 2.37.0-rc, and the page also lists previous versions, from 2.36.0 back to 2.12.0, with links to each.\u003c/p\u003e\n"],["\u003cp\u003eThe class uses gMock's \u003ccode\u003eMOCK_METHOD()\u003c/code\u003e to implement virtual functions such as \u003ccode\u003eCreateDocument\u003c/code\u003e, \u003ccode\u003eGetDocument\u003c/code\u003e, \u003ccode\u003eUpdateDocument\u003c/code\u003e, \u003ccode\u003eDeleteDocument\u003c/code\u003e, \u003ccode\u003eSearchDocuments\u003c/code\u003e, \u003ccode\u003eLockDocument\u003c/code\u003e, \u003ccode\u003eFetchAcl\u003c/code\u003e, \u003ccode\u003eSetAcl\u003c/code\u003e, and \u003ccode\u003eGetOperation\u003c/code\u003e, allowing for flexible testing scenarios.\u003c/p\u003e\n"],["\u003cp\u003eAn example of how to test an application using GoogleTest with a mock client and connection is provided, even if the example showcases types from a different library.\u003c/p\u003e\n"]]],[],null,[]]