Class MockZoneOperationsConnection (2.23.0-rc)

A class to mock ZoneOperationsConnection.

Application developers may want to test their code with simulated responses, including errors, from an object of type ZoneOperationsClient. To do so, construct an object of type ZoneOperationsClient 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.

Returns
TypeDescription
Options

virtual DeleteOperation(google::cloud::cpp::compute::zone_operations::v1::DeleteOperationRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::cloud::cpp::compute::zone_operations::v1::DeleteOperationRequest const &
Returns
TypeDescription
Status

virtual GetOperation(google::cloud::cpp::compute::zone_operations::v1::GetOperationRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::cloud::cpp::compute::zone_operations::v1::GetOperationRequest const &
Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::Operation >

virtual ListZoneOperations(google::cloud::cpp::compute::zone_operations::v1::ListZoneOperationsRequest)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::cloud::cpp::compute::zone_operations::v1::ListZoneOperationsRequest
Returns
TypeDescription
StreamRange< google::cloud::cpp::compute::v1::Operation >

virtual Wait(google::cloud::cpp::compute::zone_operations::v1::WaitRequest const &)

This function is implemented using gMock's MOCK_METHOD(). Consult the gMock documentation to use this mock in your tests.

Parameter
NameDescription
request google::cloud::cpp::compute::zone_operations::v1::WaitRequest const &
Returns
TypeDescription
StatusOr< google::cloud::cpp::compute::v1::Operation >