chromium/ui/base/ime/surrounding_text_tracker_unittest.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 "ui/base/ime/surrounding_text_tracker.h"

#include <string_view>

#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/ime/composition_text.h"

namespace ui {

TEST(SurroundingTextTracker, StateGetSurroundingTextRange) {}

TEST(SurroundingTextTracker, StateGetCompositionText) {}

TEST(SurroundingTextTracker, SetCompositionText) {}

TEST(SurroundingTextTracker, SetCompositionTextWithExistingText) {}

TEST(SurroundingTextTracker, SetCompositionFromExistingText) {}

TEST(SurroundingTextTracker, ConfirmCompositionText) {}

TEST(SurroundingTextTracker, ConfirmCompositionTextWithKeepSelection) {}

TEST(SurroundingTextTracker, ClearCompositionText) {}

TEST(SurroundingTextTracker, InsertText) {}

TEST(SurroundingTextTracker, InsertTextWithComposition) {}

TEST(SurroundingTextTracker, ExtendSelectionAndDelete) {}

TEST(SurroundingTextTracker, CancelCompositionResetsCompositionOnly) {}

}  // namespace ui