chromium/components/sync/engine/backoff_delay_provider_unittest.cc

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

#include "components/sync/engine/backoff_delay_provider.h"

#include <memory>

#include "components/sync/engine/cycle/model_neutral_state.h"
#include "components/sync/engine/polling_constants.h"
#include "components/sync/engine/sync_protocol_error.h"
#include "components/sync/engine/syncer_error.h"
#include "net/base/net_errors.h"
#include "net/http/http_status_code.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace syncer {

namespace {

Gt;
Lt;

TEST(BackoffDelayProviderTest, GetRecommendedDelay) {}

TEST(BackoffDelayProviderTest, GetInitialDelay) {}

TEST(BackoffDelayProviderTest, GetInitialDelayWithOverride) {}

// This rules out accidents with the constants.
TEST(BackoffDelayProviderTest, GetExponentiallyIncreasingDelay) {}

}  // namespace

}  // namespace syncer