chromium/third_party/blink/renderer/platform/wtf/text/code_point_iterator_test.cc

// Copyright 2022 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/wtf/text/code_point_iterator.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/wtf/text/string_view.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace WTF {

namespace {

struct TestData {} g_test_data[] =;
class CodePointIteratorParamTest
    : public testing::Test,
      public testing::WithParamInterface<TestData> {};
INSTANTIATE_TEST_SUITE_P();

TEST_P(CodePointIteratorParamTest, Chars) {}

// Test `operator++()` without calling `operator*()`.
TEST_P(CodePointIteratorParamTest, Length) {}

TEST(CodePointIteratorTest, Equality) {}

}  // namespace

}  // namespace WTF