blob: 32ed2a6891ff48162ef33b16985f8f1f42285813 [file] [log] [blame]
Krzysztof Grobelnyc8e3a642020-10-23 12:29:16 +02001#include "metric.hpp"
2
3#include <gmock/gmock.h>
4
5using namespace testing;
6
7class TestMetric : public Test
8{
9 public:
10 Metric sut = {};
11};