ATLAS Offline Software
Control
AthToolSupport
AsgTesting
AsgTesting
MessagePrinterMock.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
#ifndef ASG_TESTING__MESSAGE_PRINTER_MOCK_H
10
#define ASG_TESTING__MESSAGE_PRINTER_MOCK_H
11
12
#include <
AsgMessaging/IMessagePrinter.h
>
13
#include <gmock/gmock.h>
14
15
#ifdef XAOD_STANDALONE
16
17
namespace
asg
18
{
19
struct
MessagePrinterMock :
public
IMessagePrinter
20
{
21
MOCK_METHOD3 (
print
,
void
(
MSG::Level
,
const
std::string&,
const
std::string&));
22
};
23
}
24
25
#endif
26
27
#endif
asg
Definition:
DataHandleTestTool.h:28
TrigConf::MSGTC::Level
Level
Definition:
Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
print
void print(char *figname, TCanvas *c1)
Definition:
TRTCalib_StrawStatusPlots.cxx:25
IMessagePrinter.h
Generated on Sun Jan 19 2025 21:14:06 for ATLAS Offline Software by
1.8.18