chromium/components/omnibox/browser/on_device_tail_tokenizer_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 "components/omnibox/browser/on_device_tail_tokenizer.h"

#include <string>
#include <vector>

#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/path_service.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ElementsAreArray;

class OnDeviceTailTokenizerTest : public ::testing::Test {};

TEST_F(OnDeviceTailTokenizerTest, IsTokenPrintable) {}

TEST_F(OnDeviceTailTokenizerTest, CreatePrefixTokenization) {}

TEST_F(OnDeviceTailTokenizerTest, TokenizePrevQuery) {}