Class MockRoutersConnection (2.19.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
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::AggregatedListRoutersRequest
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::DeleteRouterRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::GetRouterRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::GetNatIpInfoRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::GetNatMappingInfoRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::GetRouterStatusRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::InsertRouterRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::ListRoutersRequest
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::PatchRouterRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::PreviewRequest const &
Returns
TypeDescription
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
NameDescription
request google::cloud::cpp::compute::routers::v1::UpdateRouterRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >