19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_MOCKS_MOCK_TEST_CASES_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_MOCKS_MOCK_TEST_CASES_CONNECTION_H
22#include "google/cloud/dialogflow_cx/test_cases_connection.h"
23#include <gmock/gmock.h>
28GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
31
32
33
34
35
36
37
38
39
40
41
42
43
44
49 MOCK_METHOD(StreamRange<
google::
cloud::dialogflow::cx::v3::TestCase>,
51 (
google::
cloud::dialogflow::cx::v3::ListTestCasesRequest request),
55 Status, BatchDeleteTestCases,
56 (
google::
cloud::dialogflow::cx::v3::BatchDeleteTestCasesRequest
const&
61 StatusOr<
google::
cloud::dialogflow::cx::v3::TestCase>, GetTestCase,
62 (
google::
cloud::dialogflow::cx::v3::GetTestCaseRequest
const& request),
66 StatusOr<
google::
cloud::dialogflow::cx::v3::TestCase>, CreateTestCase,
67 (
google::
cloud::dialogflow::cx::v3::CreateTestCaseRequest
const& request),
71 StatusOr<
google::
cloud::dialogflow::cx::v3::TestCase>, UpdateTestCase,
72 (
google::
cloud::dialogflow::cx::v3::UpdateTestCaseRequest
const& request),
78 (
google::
cloud::dialogflow::cx::v3::RunTestCaseRequest
const& request),
83 google::
cloud::dialogflow::cx::v3::BatchRunTestCasesResponse>>,
85 (
google::
cloud::dialogflow::cx::v3::BatchRunTestCasesRequest
const&
90 StatusOr<
google::
cloud::dialogflow::cx::v3::CalculateCoverageResponse>,
92 (
google::
cloud::dialogflow::cx::v3::CalculateCoverageRequest
const&
98 StatusOr<
google::
cloud::dialogflow::cx::v3::ImportTestCasesResponse>>,
100 (
google::
cloud::dialogflow::cx::v3::ImportTestCasesRequest
const&
106 StatusOr<
google::
cloud::dialogflow::cx::v3::ExportTestCasesResponse>>,
108 (
google::
cloud::dialogflow::cx::v3::ExportTestCasesRequest
const&
113 StreamRange<
google::
cloud::dialogflow::cx::v3::TestCaseResult>,
115 (
google::
cloud::dialogflow::cx::v3::ListTestCaseResultsRequest request),
119 StatusOr<
google::
cloud::dialogflow::cx::v3::TestCaseResult>,
121 (
google::
cloud::dialogflow::cx::v3::GetTestCaseResultRequest
const&
126GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The TestCasesConnection object for TestCasesClient.
Definition: test_cases_connection.h:64
A class to mock TestCasesConnection.
Definition: mock_test_cases_connection.h:45
friend friend class future
Definition: mock_agents_connection.h:27
Definition: agents_client.h:33