|
| MOCK_METHOD (Options, options,(),(override)) |
|
| MOCK_METHOD (StreamRange< google::cloud::dialogflow::cx::v3::Page >, ListPages,(google::cloud::dialogflow::cx::v3::ListPagesRequest request),(override)) |
|
| MOCK_METHOD (StatusOr< google::cloud::dialogflow::cx::v3::Page >, GetPage,(google::cloud::dialogflow::cx::v3::GetPageRequest const &request),(override)) |
|
| MOCK_METHOD (StatusOr< google::cloud::dialogflow::cx::v3::Page >, CreatePage,(google::cloud::dialogflow::cx::v3::CreatePageRequest const &request),(override)) |
|
| MOCK_METHOD (StatusOr< google::cloud::dialogflow::cx::v3::Page >, UpdatePage,(google::cloud::dialogflow::cx::v3::UpdatePageRequest const &request),(override)) |
|
| MOCK_METHOD (Status, DeletePage,(google::cloud::dialogflow::cx::v3::DeletePageRequest const &request),(override)) |
|
virtual Options | options () |
|
virtual StreamRange< google::cloud::dialogflow::cx::v3::Page > | ListPages (google::cloud::dialogflow::cx::v3::ListPagesRequest request) |
|
virtual StatusOr< google::cloud::dialogflow::cx::v3::Page > | GetPage (google::cloud::dialogflow::cx::v3::GetPageRequest const &request) |
|
virtual StatusOr< google::cloud::dialogflow::cx::v3::Page > | CreatePage (google::cloud::dialogflow::cx::v3::CreatePageRequest const &request) |
|
virtual StatusOr< google::cloud::dialogflow::cx::v3::Page > | UpdatePage (google::cloud::dialogflow::cx::v3::UpdatePageRequest const &request) |
|
virtual Status | DeletePage (google::cloud::dialogflow::cx::v3::DeletePageRequest const &request) |
|
A class to mock PagesConnection
.
Application developers may want to test their code with simulated responses, including errors, from an object of type PagesClient
. To do so, construct an object of type PagesClient
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
.