chromium/third_party/blink/renderer/platform/media/url_index_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 "third_party/blink/renderer/platform/media/url_index.h"

#include <stdint.h>

#include <list>
#include <string>

#include "base/memory/scoped_refptr.h"
#include "base/run_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/task_environment.h"
#include "media/base/media_switches.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace blink {

class UrlIndexTest : public testing::Test {};

TEST_F(UrlIndexTest, SimpleTest) {}

TEST_F(UrlIndexTest, UrlDataTest) {}

TEST_F(UrlIndexTest, UseTest) {}

TEST_F(UrlIndexTest, TryInsert) {}

TEST_F(UrlIndexTest, GetByUrlCacheDisabled) {}

}  // namespace blink