16 #ifndef THIRD_PARTY_TENSORFLOW_SERVING_CORE_TEST_UTIL_MOCK_PREDICTION_STREAM_LOGGER_H_
17 #define THIRD_PARTY_TENSORFLOW_SERVING_CORE_TEST_UTIL_MOCK_PREDICTION_STREAM_LOGGER_H_
21 #include <gmock/gmock.h>
22 #include "tensorflow_serving/apis/logging.pb.h"
23 #include "tensorflow_serving/apis/predict.pb.h"
24 #include "tensorflow_serving/core/stream_logger.h"
26 namespace tensorflow {
35 MOCK_METHOD(
void, LogStreamRequest, (PredictRequest), (
override));
36 MOCK_METHOD(
void, LogStreamResponse, (PredictResponse), (
override));
37 MOCK_METHOD(absl::Status, CreateLogMessage,
38 (
const LogMetadata&, std::unique_ptr<google::protobuf::Message>*),