chromium/content/browser/background_sync/background_sync_network_observer_unittest.cc

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

#include "content/browser/background_sync/background_sync_network_observer.h"

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "content/public/test/browser_task_environment.h"
#include "services/network/test/test_network_connection_tracker.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace content {

class BackgroundSyncNetworkObserverTest : public testing::Test {};

TEST_F(BackgroundSyncNetworkObserverTest, NetworkChangeInvokesCallback) {}

TEST_F(BackgroundSyncNetworkObserverTest, ConditionsMetOnline) {}

TEST_F(BackgroundSyncNetworkObserverTest, GetNetworkOnConstruction) {}

}  // namespace content