chromium/services/network/keepalive_statistics_recorder_unittest.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/network/keepalive_statistics_recorder.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace network {

namespace {

TEST(KeepaliveStatisticsRecorderTest, InitialState) {}

TEST(KeepaliveStatisticsRecorderTest, Register) {}

TEST(KeepaliveStatisticsRecorderTest, Unregister) {}

TEST(KeepaliveStatisticsRecorderTest, MultipleRegistration) {}

TEST(KeepaliveStatisticsRecorderTest, IssueOneRequest) {}

TEST(KeepaliveStatisticsRecorderTest, IssueRequests) {}

TEST(KeepaliveStatisticsRecorderTest, ProcessReuse) {}

}  // namespace

}  // namespace network