Google Cloud Pub/Sub C++ Client
1.40.2
A C++ Client Library for Google Cloud Pub/Sub
mocks
mock_subscriber_connection.h
Go to the documentation of this file.
1
// Copyright 2020 Google LLC
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// https://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
#
ifndef
GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_MOCKS_MOCK_SUBSCRIBER_CONNECTION_H
16
#
define
GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_MOCKS_MOCK_SUBSCRIBER_CONNECTION_H
17
18
#
include
"google/cloud/pubsub/subscriber_connection.h"
19
#
include
<
gmock
/
gmock
.
h
>
20
21
namespace
google
{
22
namespace
cloud
{
23
namespace
pubsub_mocks
{
24
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
25
26
/**
27
* A googlemock-based mock for [pubsub::SubscriberConnection][mocked-link]
28
*
29
* [mocked-link]: @ref google::cloud::pubsub::SubscriberConnection
30
*
31
* @see @ref subscriber-mock for an example using this class.
32
*/
33
class
MockSubscriberConnection
:
public
pubsub
::
SubscriberConnection
{
34
public
:
35
MOCK_METHOD(
future
<
Status
>, Subscribe,
36
(
pubsub
::
SubscriberConnection
::
SubscribeParams
), (
override
));
37
};
38
39
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
40
}
// namespace pubsub_mocks
41
}
// namespace cloud
42
}
// namespace google
43
44
#
endif
// GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_MOCKS_MOCK_SUBSCRIBER_CONNECTION_H
Generated on Tue May 17 2022 20:13:55 for Google Cloud Pub/Sub C++ Client by
1.9.1