chromium/chrome/test/chromedriver/chrome/network_conditions_override_manager_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 "chrome/test/chromedriver/chrome/network_conditions_override_manager.h"
#include "base/values.h"
#include "chrome/test/chromedriver/chrome/network_conditions.h"
#include "chrome/test/chromedriver/chrome/recorder_devtools_client.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

Optional;

void AssertNetworkConditionsCommand(
    const Command& command,
    const NetworkConditions& network_conditions) {}

}  // namespace

TEST(NetworkConditionsOverrideManager, OverrideSendsCommand) {}

TEST(NetworkConditionsOverrideManager, SendsCommandOnConnect) {}

TEST(NetworkConditionsOverrideManager, SendsCommandOnNavigation) {}