chromium/components/leveldb_proto/internal/shared_proto_database_client_list_unittest.cc

// Copyright 2019 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/leveldb_proto/public/shared_proto_database_client_list.h"
#include "base/metrics/field_trial.h"
#include "base/metrics/field_trial_params.h"
#include "base/test/mock_entropy_provider.h"
#include "base/test/scoped_feature_list.h"
#include "components/leveldb_proto/internal/leveldb_proto_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace leveldb_proto {


class SharedProtoDatabaseClientListTest : public testing::Test {};

TEST_F(SharedProtoDatabaseClientListTest, ShouldUseSharedDBTest) {}

TEST_F(SharedProtoDatabaseClientListTest,
       ShouldUseSharedDBTest_OnlyWhenExperimentIsOn) {}

TEST_F(SharedProtoDatabaseClientListTest,
       ShouldUseSharedDBTest_ExceptIfDbIsBlocklisted) {}

}  // namespace leveldb_proto