#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) { … }
}
TEST(NetworkConditionsOverrideManager, OverrideSendsCommand) { … }
TEST(NetworkConditionsOverrideManager, SendsCommandOnConnect) { … }
TEST(NetworkConditionsOverrideManager, SendsCommandOnNavigation) { … }