Coverage Report

Created: 2023-11-12 09:30

/proc/self/cwd/test/mocks/upstream/missing_cluster_notifier.cc
Line
Count
Source (jump to first uncovered line)
1
#include "missing_cluster_notifier.h"
2
3
namespace Envoy {
4
namespace Upstream {
5
6
0
MockMissingClusterNotifier::MockMissingClusterNotifier() = default;
7
0
MockMissingClusterNotifier::~MockMissingClusterNotifier() = default;
8
9
} // namespace Upstream
10
} // namespace Envoy