1 #include "metric.hpp" 2 3 #include <gmock/gmock.h> 4 5 using namespace testing; 6 7 class TestMetric : public Test 8 { 9 public: 10 Metric sut = {}; 11 };