chromium/base/containers/to_vector_unittest.cc

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

#include "base/containers/to_vector.h"

#include <set>

#include "base/containers/flat_set.h"
#include "base/ranges/ranges.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace base::test {

template <class C>
void IdentityTest() {}

template <class C>
void ProjectionTest() {}

TEST(ToVectorTest, Identity) {}

TEST(ToVectorTest, Projection) {}

TEST(ToVectorTest, MoveOnly) {}

CorrectlyProjected;

TEST(ToVectorTest, CorrectlyProjected) {}

}  // namespace base::test