Class MockTestCasesConnection (2.22.0)

A class to mock TestCasesConnection.

Application developers may want to test their code with simulated responses, including errors, from an object of type TestCasesClient. To do so, construct an object of type TestCasesClient 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 ListTestCases(google::cloud::dialogflow::cx::v3::ListTestCasesRequest)

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::dialogflow::cx::v3::ListTestCasesRequest
Returns
TypeDescription
StreamRange< google::cloud::dialogflow::cx::v3::TestCase >

virtual BatchDeleteTestCases(google::cloud::dialogflow::cx::v3::BatchDeleteTestCasesRequest 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::dialogflow::cx::v3::BatchDeleteTestCasesRequest const &
Returns
TypeDescription
Status

virtual GetTestCase(google::cloud::dialogflow::cx::v3::GetTestCaseRequest 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::dialogflow::cx::v3::GetTestCaseRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::cx::v3::TestCase >

virtual CreateTestCase(google::cloud::dialogflow::cx::v3::CreateTestCaseRequest 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::dialogflow::cx::v3::CreateTestCaseRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::cx::v3::TestCase >

virtual UpdateTestCase(google::cloud::dialogflow::cx::v3::UpdateTestCaseRequest 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::dialogflow::cx::v3::UpdateTestCaseRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::cx::v3::TestCase >

virtual RunTestCase(google::cloud::dialogflow::cx::v3::RunTestCaseRequest 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::dialogflow::cx::v3::RunTestCaseRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::dialogflow::cx::v3::RunTestCaseResponse > >

virtual BatchRunTestCases(google::cloud::dialogflow::cx::v3::BatchRunTestCasesRequest 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::dialogflow::cx::v3::BatchRunTestCasesRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::dialogflow::cx::v3::BatchRunTestCasesResponse > >

virtual CalculateCoverage(google::cloud::dialogflow::cx::v3::CalculateCoverageRequest 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::dialogflow::cx::v3::CalculateCoverageRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::cx::v3::CalculateCoverageResponse >

virtual ImportTestCases(google::cloud::dialogflow::cx::v3::ImportTestCasesRequest 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::dialogflow::cx::v3::ImportTestCasesRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::dialogflow::cx::v3::ImportTestCasesResponse > >

virtual ExportTestCases(google::cloud::dialogflow::cx::v3::ExportTestCasesRequest 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::dialogflow::cx::v3::ExportTestCasesRequest const &
Returns
TypeDescription
future< StatusOr< google::cloud::dialogflow::cx::v3::ExportTestCasesResponse > >

virtual ListTestCaseResults(google::cloud::dialogflow::cx::v3::ListTestCaseResultsRequest)

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::dialogflow::cx::v3::ListTestCaseResultsRequest
Returns
TypeDescription
StreamRange< google::cloud::dialogflow::cx::v3::TestCaseResult >

virtual GetTestCaseResult(google::cloud::dialogflow::cx::v3::GetTestCaseResultRequest 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::dialogflow::cx::v3::GetTestCaseResultRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::cx::v3::TestCaseResult >