chromium/third_party/blink/renderer/platform/text/bidi_paragraph_test.cc

// Copyright 2020 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/text/bidi_paragraph.h"

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

namespace blink {

ElementsAre;

TEST(BidiParagraph, SetParagraphHeuristicLtr) {}

TEST(BidiParagraph, SetParagraphHeuristicRtl) {}

TEST(BidiParagraph, GetLogicalRuns) {}

static struct BaseDirectionData {} base_direction_data[] =;
class BaseDirectionTest : public testing::TestWithParam<BaseDirectionData> {};
INSTANTIATE_TEST_SUITE_P();

TEST_P(BaseDirectionTest, Data) {}

}  // namespace blink