Line | Count | Source (jump to first uncovered line) |
1 | #include "watch_dog.h" | |
2 | ||
3 | #include <string> | |
4 | ||
5 | #include "gmock/gmock.h" | |
6 | #include "gtest/gtest.h" | |
7 | ||
8 | namespace Envoy { | |
9 | namespace Server { | |
10 | ||
11 | 0 | MockWatchDog::MockWatchDog() = default; |
12 | ||
13 | 0 | MockWatchDog::~MockWatchDog() = default; |
14 | ||
15 | } // namespace Server | |
16 | } // namespace Envoy |