// 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 <memory> #include "base/values.h" #include "extensions/common/value_counter.h" #include "testing/gtest/include/gtest/gtest.h" ValueCounterTest; namespace extensions { TEST_F(ValueCounterTest, TestAddingSameValue) { … } TEST_F(ValueCounterTest, TestAddingDifferentValue) { … } TEST_F(ValueCounterTest, TestRemovingSameValue) { … } TEST_F(ValueCounterTest, TestReAddingSameValue) { … } TEST_F(ValueCounterTest, TestIsEmpty) { … } } // namespace extensions