Skip to content

AthenaMonitoringKernel: reduce mock testing code

Frank Winklmeier requested to merge fwinkl/athena:histmoc into 24.0

Replace some of the mock classes with the real implementation. This reduces a lot of code duplication and also ensures that the tests behave the same way as the production code (e.g. handling of unique_ptr in THistSvc).

Merge request reports