Class MockRoutersConnection (2.18.0)

A class to mock RoutersConnection.

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

virtual AggregatedListRouters(google::cloud::cpp::compute::routers::v1::AggregatedListRoutersRequest)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::AggregatedListRoutersRequest
Returns
Type Description
StreamRange< std::pair< std::string, google::cloud::cpp::compute::v1::RoutersScopedList > >

virtual DeleteRouter(google::cloud::cpp::compute::routers::v1::DeleteRouterRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::DeleteRouterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual GetRouter(google::cloud::cpp::compute::routers::v1::GetRouterRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::GetRouterRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::Router >

virtual GetNatIpInfo(google::cloud::cpp::compute::routers::v1::GetNatIpInfoRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::GetNatIpInfoRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::NatIpInfoResponse >

virtual GetNatMappingInfo(google::cloud::cpp::compute::routers::v1::GetNatMappingInfoRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::GetNatMappingInfoRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::VmEndpointNatMappingsList >

virtual GetRouterStatus(google::cloud::cpp::compute::routers::v1::GetRouterStatusRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::GetRouterStatusRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::RouterStatusResponse >

virtual InsertRouter(google::cloud::cpp::compute::routers::v1::InsertRouterRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::InsertRouterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual ListRouters(google::cloud::cpp::compute::routers::v1::ListRoutersRequest)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::ListRoutersRequest
Returns
Type Description
StreamRange< google::cloud::cpp::compute::v1::Router >

virtual PatchRouter(google::cloud::cpp::compute::routers::v1::PatchRouterRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::PatchRouterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual Preview(google::cloud::cpp::compute::routers::v1::PreviewRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::PreviewRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::RoutersPreviewResponse >

virtual UpdateRouter(google::cloud::cpp::compute::routers::v1::UpdateRouterRequest const &)

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

Parameter
Name Description
request google::cloud::cpp::compute::routers::v1::UpdateRouterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >